New Turkish locale (provided by @urasbey)

This commit is contained in:
Pierre Rudloff 2020-03-19 10:29:28 +01:00
parent 74bb14cffe
commit d910c2b47f
2 changed files with 248 additions and 1 deletions

View file

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