about summary refs log tree commit diff
path: root/src/locale/helpers.ts
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-12-28 13:03:54 -0800
committerGitHub <noreply@github.com>2023-12-28 13:03:54 -0800
commit6e7098e456abde1387b3b427195d7268e07f83a3 (patch)
tree9161046c0feb5930c6d72388d01d369aac1497aa /src/locale/helpers.ts
parentf0532865ce1d5decc39cca6eeeea0d61ebd8d63d (diff)
downloadvoidsky-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.ts5
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
     }