mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 20:41:20 -05:00
commit
ac9ae70078
@ -5,7 +5,7 @@
|
||||
*
|
||||
* Which language to use
|
||||
* 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',
|
||||
'codes' => array('no', 'norwegian', 'no_NO'),
|
||||
'ckeditor' => NULL
|
||||
),
|
||||
'da' => array(
|
||||
'name' => 'dansk',
|
||||
'folder' => 'danish',
|
||||
'direction' => 'ltr',
|
||||
'codes' => array('da', 'danish', 'da_DA'),
|
||||
'ckeditor' => NULL
|
||||
),
|
||||
'pt' => array(
|
||||
'name' => 'Português de Portugal',
|
||||
|
Loading…
x
Reference in New Issue
Block a user