Translations - Crowdin, Set workspace member locale on signup, and optimizations (#10091)

More progress on translations:
- Migrate from translations.io to crowdin
- Optimize performance and robustness 
- Set workspaceMember/user locale upon signup
This commit is contained in:
Félix Malfait
2025-02-09 22:10:41 +01:00
committed by GitHub
parent fd3f01ab80
commit bb24c97f80
163 changed files with 84053 additions and 2554 deletions

View File

@ -1,14 +1,14 @@
export const APP_LOCALES = {
en: 'en',
fr: 'fr',
de: 'de',
it: 'it',
es: 'es',
ko: 'ko',
ja: 'ja',
'fr-FR': 'fr-FR',
'de-DE': 'de-DE',
'it-IT': 'it-IT',
'es-ES': 'es-ES',
'ko-KR': 'ko-KR',
'ja-JP': 'ja-JP',
'pt-PT': 'pt-PT',
'pt-BR': 'pt-BR',
'zh-Hans': 'zh-Hans',
'zh-Hant': 'zh-Hant',
'zh-CN': 'zh-CN',
'zh-TW': 'zh-TW',
'pseudo-en': 'pseudo-en',
} as const;