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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 13 deletions

View file

@ -119,8 +119,9 @@ export function sanitizeAppLanguageSetting(appLanguage: string): AppLanguage {
// DISABLED until this translation is fixed -prf
// case 'de':
// return AppLanguage.de
case 'es':
return AppLanguage.es
// DISABLED until this translation is more thoroughly reviewed -prf
// case 'es':
// return AppLanguage.es
default:
continue
}