How do I add a locale to FusionAuth?
-
I found a locale/translation that I want to use here: https://github.com/FusionAuth/fusionauth-localization
How do I make this localization of the FusionAuth hosted login pages accessible to my users?
-
We do not currently ship these locales in the default theme, although we could.
The way you currently access these localized values is by copying them into your theme.
See https://github.com/FusionAuth/fusionauth-localization#how-to-use-a-translation for some more details.
In the UI,
Customizations > Themes > Edit > Messages > Add localization
is where you'll want to go. -
There's additional localization and internationalization doc that was written recently here: https://fusionauth.io/docs/v1/tech/core-concepts/localization-and-internationalization/