mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:37:32 +00:00

# Which Problems Are Solved
If a browsers default language is not allowed by instance restrictions,
the login still renders it if it finds any custom texts for this
language. In that case, the login tries to render all texts on all
screens in this language using custom texts, even for texts that are not
customized.



# How the Problems Are Solved
If a custom messages language is not allowed, it is not added to the
i18n library's translations bundle. The library correctly falls back to
the instances default language.

This library method only receives messages for allowed languages

# Additional Context
Reported via support request
(cherry picked from commit ab6c4331df
)