Re-enable german translation

This commit is contained in:
Paul Frazee 2024-01-23 20:39:35 -08:00
parent e628556d1f
commit d87c643715
4 changed files with 13 additions and 19 deletions

View file

@ -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