mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:37:32 +00:00
feat: add it-IT to internationalization (#2439)
* login it * deepl translations, corrections * login, en typos * it internal, typo fixes * message texts, optim console texts, guide for internationalization * missing console, fix de, en * Add missing keys from main * translate missing keys * add it to console selection, change it policy descriptors * add missing i18n from jwt idp, fixes * add missing translations * missing translations * fix * auth user language change, interceptor * remove multiline operator Co-authored-by: Livio Amstutz <livio.a@gmail.com>
This commit is contained in:
@@ -25,5 +25,21 @@ You will see the default texts in the input field and you can overwrite them by
|
||||

|
||||
|
||||
## Reset to default
|
||||
|
||||
If you don't like your customization anymore click the "reset policy" button.
|
||||
All your settings will be removed and the default settings of the system will trigger.
|
||||
|
||||
## 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 loads translations from three files:
|
||||
|
||||
- [Console translations](https://github.com/caos/zitadel/tree/main/console/src/assets/i18n)
|
||||
- [Login interface texts](https://github.com/caos/zitadel/tree/main/internal/ui/login/static/i18n)
|
||||
- [Email Notifcation texts](https://github.com/caos/zitadel/tree/main/internal/notification/static/i18n)
|
||||
- [Common translations](https://github.com/caos/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.
|
||||
|
||||
|
Reference in New Issue
Block a user