mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 09:37:45 +00:00
feat: add Turkish language support (#10198)
- Turkish language support is added. - Updated other language files to add Turkish selection. # Which Problems Are Solved - Zitadel was not supporting Turkish language. Now supporting. # How the Problems Are Solved - Turkish language files are added and updated other language files in below paths to add Turkish support; - /console/src/assets/i18n/ - /internal/api/ui/login/static/i18n - /internal/notification/static/i18n - /internal/static/i18n # Additional Changes - Made changes below files for codes/docs changes; - /console/src/app/utils/language.ts - /console/src/app/app.module.ts - /docs/docs/guides/manage/customize/texts.md - /internal/api/ui/login/static/templates/external_not_found_option.html - /internal/query/v2-default.json - /login/apps/login/src/lib/i18n.ts --------- Co-authored-by: Marco A. <marco@zitadel.com>
This commit is contained in:
@@ -1545,7 +1545,8 @@
|
||||
"id": "Bahasa Indonesia",
|
||||
"hu": "Magyar",
|
||||
"ko": "한국어",
|
||||
"ro": "Română"
|
||||
"ro": "Română",
|
||||
"tr": "Türkçe"
|
||||
}
|
||||
},
|
||||
"SMTP": {
|
||||
@@ -1794,7 +1795,8 @@
|
||||
"id": "Bahasa Indonesia",
|
||||
"hu": "Magyar",
|
||||
"ko": "한국어",
|
||||
"ro": "Română"
|
||||
"ro": "Română",
|
||||
"tr": "Türkçe"
|
||||
},
|
||||
"KEYS": {
|
||||
"emailVerificationDoneText": "Ověření e-mailu dokončeno",
|
||||
@@ -2757,7 +2759,8 @@
|
||||
"id": "Bahasa Indonesia",
|
||||
"hu": "Magyar",
|
||||
"ko": "한국어",
|
||||
"ro": "Română"
|
||||
"ro": "Română",
|
||||
"tr": "Türkçe"
|
||||
},
|
||||
"MEMBER": {
|
||||
"ADD": "Přidat manažera",
|
||||
|
Reference in New Issue
Block a user