mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:17:32 +00:00
chore: How to contribute translations (#3689)
* fix: more typos * contribute internationalization section and updated docs * Apply suggestions from code review Co-authored-by: Florian Forster <florian@caos.ch> Co-authored-by: Florian Forster <florian@caos.ch>
This commit is contained in:
@@ -31,15 +31,12 @@ All your settings will be removed and the default settings of the system will tr
|
||||
|
||||
## Internationalization
|
||||
|
||||
ZITADELs support for languages will be extended with time.
|
||||
If you need support for a specific language we highly recommend you to write translation files for the missing language.
|
||||
ZITADEL is available in the following languages
|
||||
|
||||
ZITADEL loads translations from three files:
|
||||
- English (en)
|
||||
- German (de)
|
||||
- Italian (it)
|
||||
|
||||
- [Console translations](https://github.com/zitadel/zitadel/tree/main/console/src/assets/i18n)
|
||||
- [Login interface texts](https://github.com/zitadel/zitadel/tree/main/internal/ui/login/static/i18n)
|
||||
- [Email Notifcation texts](https://github.com/zitadel/zitadel/tree/main/internal/notification/static/i18n)
|
||||
- [Common translations](https://github.com/zitadel/zitadel/tree/main/internal/static/i18n) for success or error toasts
|
||||
|
||||
Make sure you set the locale as the name. Later on, language header will determine which file gets displayed.
|
||||
A language is displayed based on your agent's language header. The default language is English.
|
||||
|
||||
If you need support for a specific language we highly encourage you to [contribute translation files](/CONTRIBUTING.md) for the missing language.
|
||||
|
Reference in New Issue
Block a user