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:
mffap
2022-05-24 09:47:38 +02:00
committed by GitHub
parent eb2db28bbc
commit f32e69e5f1
2 changed files with 20 additions and 11 deletions

View File

@@ -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.