mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-14 07:27:39 +00:00
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>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export const supportedLanguages = ['de', 'en', 'es', 'fr', 'it', 'ja', 'pl', 'zh', 'bg', 'pt', 'mk', 'cs', 'ru', 'nl'];
|
||||
export const supportedLanguagesRegexp: RegExp = /de|en|es|fr|it|ja|pl|zh|bg|pt|mk|cs|ru|nl/;
|
||||
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/;
|
||||
export const fallbackLanguage: string = 'en';
|
||||
|
Reference in New Issue
Block a user