about summary refs log tree commit diff
path: root/src/locale/i18n.web.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/locale/i18n.web.ts')
-rw-r--r--src/locale/i18n.web.ts9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/locale/i18n.web.ts b/src/locale/i18n.web.ts
index de5e5aa78..10e0fc7eb 100644
--- a/src/locale/i18n.web.ts
+++ b/src/locale/i18n.web.ts
@@ -12,11 +12,10 @@ export async function dynamicActivate(locale: AppLanguage) {
   let mod: any
 
   switch (locale) {
-    // DISABLED until this translation is fixed -prf
-    // case AppLanguage.de: {
-    //   mod = await import(`./locales/de/messages`)
-    //   break
-    // }
+    case AppLanguage.de: {
+      mod = await import(`./locales/de/messages`)
+      break
+    }
     case AppLanguage.es: {
       mod = await import(`./locales/es/messages`)
       break