feat: Add support for Arabic locale

This commit is contained in:
Pierre Rudloff 2018-12-07 18:19:00 +01:00
parent 295f5f327b
commit 59aeb753ed
2 changed files with 247 additions and 1 deletions

View file

@ -19,7 +19,7 @@ class LocaleManager
*
* @var array
*/
private $supportedLocales = ['en_US', 'fr_FR', 'zh_CN', 'es_ES', 'pt_BR', 'de_DE'];
private $supportedLocales = ['en_US', 'fr_FR', 'zh_CN', 'es_ES', 'pt_BR', 'de_DE', 'ar_001'];
/**
* Current locale.