Compare commits

..

No commits in common. "b344935edcc2907021dc5e5bfd1ebc79b3f870bd" and "fe9b12164dd35c090203e5c52cae9145a9b2620f" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
2.3.4
2.3.3

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', 'de_DE', 'pl_PL', 'ja_JP', 'en_GB', 'it_IT', 'fr_FR', 'et_EE', 'nl_NL', 'th_TH', 'zh_CN', 'ar', 'gd', 'hu'],
'locales' => ['en_US', 'fr_FR', 'cs_CZ', 'de_DE', 'pl_PL', 'ja_JP', 'en_GB', 'it_IT', 'fr_FR', 'et_EE', 'nl_NL', 'th_TH', 'zh_CN', 'ar', 'gd'],
'default' => 'en_US',
'path' => __DIR__ . '/lang'
],