You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have encountered an issue with the localization feature in FusionAuth themes. Despite configuring the localized_messages map to include both Simplified Chinese (zh_CN) and Traditional Chinese (zh_TW), the language dropdown in our forms is only displaying one option for Chinese.
Here's the snippet from our _theme.tf file (we are using the FusionAuth Terraform Provider:
Please disregard the fact that all the languages are pointing to the same .properties file, we implemented this only for testing purposes to ensure that locales/languages that have not been added to this GH repository can be added manually.
As seen in the attached screenshot, only one Chinese option appears alongside English and Korean. We expect to see both Simplified and Traditional Chinese as separate options.
Could you please guide us on how to properly set up the localization for both Simplified and Traditional Chinese?
Thank you!
The text was updated successfully, but these errors were encountered:
We also tested by going to the FA dashboard and manually adding locales without the use of Terraform, and the result was the same - when more than one Chinese variation has been added, only Chinese will be shown in the Languages dropdown in the form(s).
Hello,
We have encountered an issue with the localization feature in FusionAuth themes. Despite configuring the
localized_messages
map to include both Simplified Chinese (zh_CN
) and Traditional Chinese (zh_TW
), the language dropdown in our forms is only displaying one option for Chinese.Here's the snippet from our
_theme.tf
file (we are using the FusionAuth Terraform Provider:Please disregard the fact that all the languages are pointing to the same
.properties
file, we implemented this only for testing purposes to ensure that locales/languages that have not been added to this GH repository can be added manually.As seen in the attached screenshot, only one Chinese option appears alongside English and Korean. We expect to see both Simplified and Traditional Chinese as separate options.
Could you please guide us on how to properly set up the localization for both Simplified and Traditional Chinese?
Thank you!
The text was updated successfully, but these errors were encountered: