diff options
Diffstat (limited to 'src/locale/i18n.web.ts')
-rw-r--r-- | src/locale/i18n.web.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/locale/i18n.web.ts b/src/locale/i18n.web.ts index c52ff52c4..c70ba1d29 100644 --- a/src/locale/i18n.web.ts +++ b/src/locale/i18n.web.ts @@ -112,6 +112,10 @@ export async function dynamicActivate(locale: AppLanguage) { mod = await import(`./locales/ru/messages`) break } + case AppLanguage.sv: { + mod = await import(`./locales/sv/messages`) + break + } case AppLanguage.th: { mod = await import(`./locales/th/messages`) break |