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.ts5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/locale/helpers.ts b/src/locale/helpers.ts
index dddd6855c..08953ff2d 100644
--- a/src/locale/helpers.ts
+++ b/src/locale/helpers.ts
@@ -118,9 +118,8 @@ export function sanitizeAppLanguageSetting(appLanguage: string): AppLanguage {
     switch (lang) {
       case 'en':
         return AppLanguage.en
-      // DISABLED until this translation is fixed -prf
-      // case 'de':
-      //   return AppLanguage.de
+      case 'de':
+        return AppLanguage.de
       case 'es':
         return AppLanguage.es
       case 'fr':