diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-12-28 13:03:54 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-28 13:03:54 -0800 |
commit | 6e7098e456abde1387b3b427195d7268e07f83a3 (patch) | |
tree | 9161046c0feb5930c6d72388d01d369aac1497aa /src/locale/helpers.ts | |
parent | f0532865ce1d5decc39cca6eeeea0d61ebd8d63d (diff) | |
download | voidsky-6e7098e456abde1387b3b427195d7268e07f83a3.tar.zst |
Disable spanish translation until it's more thoroughly reviewed (#2362)
* Disable spanish translation until it's more thoroughly reviewed * missed a line
Diffstat (limited to 'src/locale/helpers.ts')
-rw-r--r-- | src/locale/helpers.ts | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/locale/helpers.ts b/src/locale/helpers.ts index 2e6868e6c..ef09e5e68 100644 --- a/src/locale/helpers.ts +++ b/src/locale/helpers.ts @@ -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 } |