Temporarily disable the german translation (#2360)
This commit is contained in:
parent
b326e1d3bd
commit
40a110c541
4 changed files with 19 additions and 13 deletions
|
@ -24,10 +24,11 @@ export async function dynamicActivate(locale: AppLanguage) {
|
|||
mod = await import(`./locales/fr/messages`)
|
||||
break
|
||||
}
|
||||
case AppLanguage.de: {
|
||||
mod = await import(`./locales/de/messages`)
|
||||
break
|
||||
}
|
||||
// DISABLED until this translation is fixed -prf
|
||||
// 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