Logo
Explore Help
Sign In
TheArchive/zitadel
1
0
Fork 0
You've already forked zitadel
mirror of https://github.com/zitadel/zitadel.git synced 2025-08-14 07:07:37 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
9ec9ad4314198f697a7b3bfda18339f963e623ff
zitadel/console/src/app/utils/language.ts

4 lines
268 B
TypeScript
Raw Normal View History

feat: Contribute i18n swedish language (#8105) # Which Problems Are Solved - Swedish speakers cannot use their beautiful native language ;-) # How the Problems Are Solved - Contributes Swedish language for Login, Console, common texts and Emails # Additional Changes - none # Additional Context - The PR currently provides all translation files according to https://github.com/zitadel/zitadel/blob/main/CONTRIBUTING.md#contribute-internationalization. --------- Co-authored-by: Tim Möhlmann <tim+github@zitadel.com> Co-authored-by: Livio Spring <livio.a@gmail.com>
2024-06-15 15:45:19 +02:00
export const supportedLanguages = ['de', 'en', 'es', 'fr', 'it', 'ja', 'pl', 'zh', 'bg', 'pt', 'mk', 'cs', 'ru', 'nl', 'sv'];
export const supportedLanguagesRegexp: RegExp = /de|en|es|fr|it|ja|pl|zh|bg|pt|mk|cs|ru|nl|sv/;
fix(console): fallback to default language if browser language not supported (#5999) fix: fallback to default language if browser language not supported
2023-06-09 15:14:15 +02:00
export const fallbackLanguage: string = 'en';
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.4 Page: 1304ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API