From f74601aeafa2551fccd9f649347efcd846684249 Mon Sep 17 00:00:00 2001
From: PJanisio
Date: Sun, 28 Dec 2014 12:18:39 +0100
Subject: [PATCH] Update dynamic language for danish lang
To work with get parameter ?lang=da
---
htdocs/application/config/language.php | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/htdocs/application/config/language.php b/htdocs/application/config/language.php
index 99e20b0..221fe16 100644
--- a/htdocs/application/config/language.php
+++ b/htdocs/application/config/language.php
@@ -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',