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 1f32ea1da..8517bbcfb 100644 --- a/src/locale/helpers.ts +++ b/src/locale/helpers.ts @@ -185,6 +185,8 @@ export function sanitizeAppLanguageSetting(appLanguage: string): AppLanguage { return AppLanguage.hi case 'hu': return AppLanguage.hu + case 'ia': + return AppLanguage.ia case 'id': return AppLanguage.id case 'it': |