Add de_DE to available locales
This commit is contained in:
parent
aa25c475dc
commit
c2de5cf80a
|
@ -19,7 +19,7 @@ $settings = [
|
||||||
'displayErrorDetails' => false, // set to false in production
|
'displayErrorDetails' => false, // set to false in production
|
||||||
'addContentLengthHeader' => false, // Allow the web server to send the content-length header
|
'addContentLengthHeader' => false, // Allow the web server to send the content-length header
|
||||||
'i18n' => [
|
'i18n' => [
|
||||||
'locales' => ['en_US', 'fr_FR', 'cs_CZ'],
|
'locales' => ['en_US', 'fr_FR', 'cs_CZ', 'de_DE'],
|
||||||
'default' => 'en_US',
|
'default' => 'en_US',
|
||||||
'path' => __DIR__ . '/lang'
|
'path' => __DIR__ . '/lang'
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue