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
I found out that in .net6.0, the chinese cultures are changed. zh-CN and zh-TW are missing, but instead there are zh-Hans-* and zh-Hant-* cultures.
dotnet5.0:
dotnet6.0:
If we changed TargetFramework to .net5.0 and rebuild the app, the chinese cultures will show again.
I tried to change Strings.zh-CN.resx to Strings.zh-Hans-CN.resx to adapt the change of .net6.0, but it didn't help. I don't know if my way is wrong or dotnet is not yet fully implement those changes.
Maybe we should wait for dotnet for future information.
I find this issue has been solved in 0.9.3, but no PR been linked to this issue and the change log also not mentioned that. Accidentally fixed the issue? @Samuel12321
In this release just to test things I included zh-cn/tw and hans/hant.
Just out of curiosity, which did it default to and what does it display in the list?
Describe the bug:
Chinese translation disappear from the language list in v0.9.1.
To Reproduce:
Steps to reproduce the behavior:
Screenshots:
OS Version:
ModernFlyouts Version:
Additional context:
Though it disappears from the language list. It still can be set to use Chinese by change the system language and use system default as the language.
It may relate to #250 in v0.9.1.
The text was updated successfully, but these errors were encountered: