mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-26 13:01:08 -05:00
commit
ac9ae70078
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user