diff options
Diffstat (limited to 'src/locale/helpers.ts')
-rw-r--r-- | src/locale/helpers.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/locale/helpers.ts b/src/locale/helpers.ts index d80cb5032..3039e587d 100644 --- a/src/locale/helpers.ts +++ b/src/locale/helpers.ts @@ -112,6 +112,8 @@ export function sanitizeAppLanguageSetting(appLanguage: string): AppLanguage { return AppLanguage.en case 'hi': return AppLanguage.hi + case 'ja': + return AppLanguage.ja default: continue } |