From 5185704a383c46e2f02ada853ce26ea33f23d6f3 Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Fri, 18 Feb 2022 15:51:46 +0000 Subject: [PATCH] added swedish (#1911) --- apps/web/next-i18next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/next-i18next.config.js b/apps/web/next-i18next.config.js index f117751ea8..a824f1419a 100644 --- a/apps/web/next-i18next.config.js +++ b/apps/web/next-i18next.config.js @@ -25,6 +25,7 @@ module.exports = { "zh-TW", "cs", "sr", + "sv" ], }, localePath: path.resolve("./public/static/locales"),