From 01f1cdaa9317a6f681c944f8b53933c2530c35ef Mon Sep 17 00:00:00 2001 From: James Elliott Date: Tue, 24 May 2022 22:19:21 +1000 Subject: [PATCH] i18n(web): add additional supported langs (#3423) --- web/src/i18n/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/i18n/index.ts b/web/src/i18n/index.ts index 27383b3b6..0aa0c5d78 100644 --- a/web/src/i18n/index.ts +++ b/web/src/i18n/index.ts @@ -24,7 +24,7 @@ i18n.use(Backend) default: ["en"], }, load: "all", - supportedLngs: ["en", "es", "de"], + supportedLngs: ["en", "de", "es", "fr", "ru", "sv"], lowerCaseLng: false, nonExplicitSupportedLngs: true, interpolation: {