summaryrefslogtreecommitdiff
path: root/app/Model/Config.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-04-22 18:46:04 -0400
committerFrederic Guillot <fred@kanboard.net>2015-04-22 18:46:04 -0400
commitb5163c483c88914ac17e94e275871996f12fc210 (patch)
treebf8cbacf2f260e423d0c08d39fa6b3ed7d777c35 /app/Model/Config.php
parentc09501497b75c3042471a3da5633f4c6b48e33e9 (diff)
Send notifications with the language of the recipient
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();