Disable spanish translation until it's more thoroughly reviewed (#2362)
* Disable spanish translation until it's more thoroughly reviewed * missed a line
This commit is contained in:
parent
f0532865ce
commit
6e7098e456
4 changed files with 19 additions and 13 deletions
|
@ -29,10 +29,11 @@ export async function dynamicActivate(locale: AppLanguage) {
|
|||
// mod = await import(`./locales/de/messages`)
|
||||
// break
|
||||
// }
|
||||
case AppLanguage.es: {
|
||||
mod = await import(`./locales/es/messages`)
|
||||
break
|
||||
}
|
||||
// DISABLED until this translation is more thoroughly reviewed -prf
|
||||
// case AppLanguage.es: {
|
||||
// mod = await import(`./locales/es/messages`)
|
||||
// break
|
||||
// }
|
||||
default: {
|
||||
mod = await import(`./locales/en/messages`)
|
||||
break
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue