Merge pull request #242 from PJanisio/fixes

Danish lang update
This commit is contained in:
Claude 2014-12-28 15:11:21 +01:00
commit ac9ae70078

View File

@ -5,7 +5,7 @@
* *
* Which language to use * Which language to use
* Translate Stikked to your own language, see htdocs/application/language files * Translate Stikked to your own language, see htdocs/application/language files
* Currently: english, german, swissgerman, spanish, norwegian, portuguese, turkish, french, japanese, polish, russian, chinese-simplified, chinese-traditional * Currently: english, german, swissgerman, spanish, norwegian, danish, portuguese, turkish, french, japanese, polish, russian, chinese-simplified, chinese-traditional
* *
*/ */
@ -44,6 +44,13 @@ $config['supported_languages'] = array(
'direction' => 'ltr', 'direction' => 'ltr',
'codes' => array('no', 'norwegian', 'no_NO'), 'codes' => array('no', 'norwegian', 'no_NO'),
'ckeditor' => NULL 'ckeditor' => NULL
),
'da' => array(
'name' => 'dansk',
'folder' => 'danish',
'direction' => 'ltr',
'codes' => array('da', 'danish', 'da_DA'),
'ckeditor' => NULL
), ),
'pt' => array( 'pt' => array(
'name' => 'Português de Portugal', 'name' => 'Português de Portugal',