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 c74d11ad5..4ffd00fd0 100644 --- a/src/locale/i18n.web.ts +++ b/src/locale/i18n.web.ts @@ -72,6 +72,10 @@ export async function dynamicActivate(locale: AppLanguage) { mod = await import(`./locales/ja/messages`) break } + case AppLanguage.km: { + mod = await import(`./locales/km/messages`) + break + } case AppLanguage.ko: { mod = await import(`./locales/ko/messages`) break |