Reorder the locales alphabetically and correct the name for Indonesian (#2483)

This commit is contained in:
Minseo Lee 2024-01-11 16:07:47 +09:00 committed by GitHub
parent 0b2daa787c
commit 5cc46241d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 13 deletions

View file

@ -113,14 +113,14 @@ export function sanitizeAppLanguageSetting(appLanguage: string): AppLanguage {
// DISABLED until this translation is fixed -prf
// case 'de':
// return AppLanguage.de
case 'id':
return AppLanguage.id
case 'es':
return AppLanguage.es
case 'fr':
return AppLanguage.fr
case 'hi':
return AppLanguage.hi
case 'id':
return AppLanguage.id
case 'ja':
return AppLanguage.ja
case 'ko':