Add de_DE to available locales

This commit is contained in:
Hypolite Petovan 2018-11-19 22:32:20 -05:00
parent aa25c475dc
commit c2de5cf80a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ $settings = [
'displayErrorDetails' => false, // set to false in production
'addContentLengthHeader' => false, // Allow the web server to send the content-length header
'i18n' => [
'locales' => ['en_US', 'fr_FR', 'cs_CZ'],
'locales' => ['en_US', 'fr_FR', 'cs_CZ', 'de_DE'],
'default' => 'en_US',
'path' => __DIR__ . '/lang'
],