Send notifications with the language of the recipient

This commit is contained in:
Frederic Guillot
2015-04-22 18:46:04 -04:00
parent c09501497b
commit b5163c483c
4 changed files with 27 additions and 9 deletions

View File

@@ -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();