diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-12-28 13:43:01 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-12-28 13:43:01 -0800 |
commit | 23c9c8977b73ae86f0099012ec372a4bccc9741f (patch) | |
tree | 3ce4f877fa4681157b08fc82b0ece807b84a8361 /src/locale/languages.ts | |
parent | c9704f447d9c81dd9f5b3429c2f0a38ef9bc3480 (diff) | |
parent | 6e7098e456abde1387b3b427195d7268e07f83a3 (diff) | |
download | voidsky-23c9c8977b73ae86f0099012ec372a4bccc9741f.tar.zst |
Merge branch 'main' of github.com:bluesky-social/social-app into main
Diffstat (limited to 'src/locale/languages.ts')
-rw-r--r-- | src/locale/languages.ts | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/locale/languages.ts b/src/locale/languages.ts index d9cdbd9d4..d7559b578 100644 --- a/src/locale/languages.ts +++ b/src/locale/languages.ts @@ -11,7 +11,8 @@ export enum AppLanguage { fr = 'fr', // DISABLED until this translation is fixed -prf // de = 'de', - es = 'es', + // DISABLED until this translation is more thoroughly reviewed -prf + // es = 'es', } interface AppLanguageConfig { @@ -26,7 +27,8 @@ export const APP_LANGUAGES: AppLanguageConfig[] = [ {code2: AppLanguage.fr, name: 'Français'}, // DISABLED until this translation is fixed -prf // {code2: AppLanguage.de, name: 'Deutsch'}, - {code2: AppLanguage.es, name: 'Español'}, + // DISABLED until this translation is more thoroughly reviewed -prf + // {code2: AppLanguage.es, name: 'Español'}, ] export const LANGUAGES: Language[] = [ |