summaryrefslogtreecommitdiff
path: root/app/Model/Config.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Model/Config.php')
-rw-r--r--app/Model/Config.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/Model/Config.php b/app/Model/Config.php
index bbcff50c..813cc84f 100644
--- a/app/Model/Config.php
+++ b/app/Model/Config.php
@@ -117,15 +117,17 @@ class Config extends Base
'fr_FR' => 'fr',
'it_IT' => 'it',
'hu_HU' => 'hu',
+ 'nl_NL' => 'nl',
'pl_PL' => 'pl',
'pt_BR' => 'pt-br',
'ru_RU' => 'ru',
+ 'sr_Latn_RS' => 'sr',
'fi_FI' => 'fi',
'sv_SE' => 'sv',
+ 'tr_TR' => 'tr',
'zh_CN' => 'zh-cn',
'ja_JP' => 'ja',
'th_TH' => 'th',
- 'tr_TR' => 'tr',
);
$lang = $this->getCurrentLanguage();