feat: Add support for Arabic locale
This commit is contained in:
parent
295f5f327b
commit
59aeb753ed
2 changed files with 247 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue