add german translation files to Grunt, LocaleManager
This commit is contained in:
parent
d1ddc8cefc
commit
dcd0237262
2 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,7 @@ class LocaleManager
|
|||
*
|
||||
* @var array
|
||||
*/
|
||||
private $supportedLocales = ['en_US', 'fr_FR', 'zh_CN', 'es_ES', 'pt_BR'];
|
||||
private $supportedLocales = ['en_US', 'fr_FR', 'zh_CN', 'es_ES', 'pt_BR', 'de_DE'];
|
||||
|
||||
/**
|
||||
* Current locale.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue