From c34fcd11f84bfed61638a393f16dff61dac70c78 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 22 Jan 2022 19:09:24 +0100 Subject: [PATCH] added Swedish to the languages array --- src/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings.php b/src/settings.php index 2fe4e95..6141cdf 100644 --- a/src/settings.php +++ b/src/settings.php @@ -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', 'hu', 'sv'], 'default' => 'en_US', 'path' => __DIR__ . '/lang' ],