about summary refs log tree commit diff
path: root/src/locale/helpers.ts
diff options
context:
space:
mode:
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 517e610bf..197fe3886 100644
--- a/src/locale/helpers.ts
+++ b/src/locale/helpers.ts
@@ -113,7 +113,8 @@ export function sanitizeAppLanguageSetting(appLanguage: string): AppLanguage {
       // DISABLED until this translation is fixed -prf
       // case 'de':
       //   return AppLanguage.de
-      // DISABLED until this translation is more thoroughly reviewed -prf
+      case 'id':
+        return AppLanguage.id
       case 'es':
         return AppLanguage.es
       case 'fr':
@@ -132,6 +133,5 @@ export function sanitizeAppLanguageSetting(appLanguage: string): AppLanguage {
         continue
     }
   }
-
   return AppLanguage.en
 }