From b5163c483c88914ac17e94e275871996f12fc210 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Wed, 22 Apr 2015 18:46:04 -0400 Subject: Send notifications with the language of the recipient --- app/Model/Config.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app/Model/Config.php') 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(); -- cgit v1.2.3