Re-enable german translation
This commit is contained in:
parent
e628556d1f
commit
d87c643715
4 changed files with 13 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue