added Swedish to the languages array

This commit is contained in:
Tobias Diekershoff 2022-01-22 19:09:24 +01:00
parent 1356001334
commit c34fcd11f8
1 changed files with 1 additions and 1 deletions

View File

@ -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', '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', 'hu', 'sv'],
'default' => 'en_US', 'default' => 'en_US',
'path' => __DIR__ . '/lang' 'path' => __DIR__ . '/lang'
], ],