about summary refs log tree commit diff
path: root/src/locale/helpers.ts
diff options
context:
space:
mode:
authorMinseo Lee <itoupluk427@gmail.com>2024-01-11 16:07:47 +0900
committerGitHub <noreply@github.com>2024-01-10 23:07:47 -0800
commit5cc46241d75ecbd462f1b69a42d6d923dadf6d28 (patch)
tree8555b2bf682fd5132d227bb4c53446e910abe5cc /src/locale/helpers.ts
parent0b2daa787cc6ee7c9fe597aee8ccf9168bada7e7 (diff)
downloadvoidsky-5cc46241d75ecbd462f1b69a42d6d923dadf6d28.tar.zst
Reorder the locales alphabetically and correct the name for Indonesian (#2483)
Diffstat (limited to 'src/locale/helpers.ts')
-rw-r--r--src/locale/helpers.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/locale/helpers.ts b/src/locale/helpers.ts
index 197fe3886..433dbaec6 100644
--- a/src/locale/helpers.ts
+++ b/src/locale/helpers.ts
@@ -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':