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:
Paul Frazee
2023-12-28 13:03:54 -08:00
committed by GitHub
parent f0532865ce
commit 6e7098e456
4 changed files with 19 additions and 13 deletions
+5 -4
View File
@@ -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