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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user