fix(i18n): do not translate language itself (#6286)

This commit is contained in:
Livio Spring
2023-07-28 09:58:05 +02:00
committed by GitHub
parent 789dcd8615
commit 43cb62ca4e
12 changed files with 59 additions and 20 deletions

View File

@@ -375,6 +375,7 @@ ZITADEL loads translations from four files:
- [Common texts](./internal/static/i18n) for success or error toasts
You may edit the texts in these files or create a new file for additional language support. Make sure you set the locale (ISO 639-1 code) as the name of the new language file.
Please make sure that the languages within the files remain in their own language, e.g. German must always be `Deutsch.
## Want to start ZITADEL?