This commit is contained in:
Ansh Nanda
2023-12-22 01:25:45 +05:30
parent 7780588ded
commit ebf03c752c
+2
View File
@@ -114,6 +114,8 @@ export function sanitizeAppLanguageSetting(appLanguage: string): AppLanguage {
return AppLanguage.hi
case 'ja':
return AppLanguage.ja
case 'fr':
return AppLanguage.fr
default:
continue
}