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
Blender changed the Chinese language code from “zh_CN” to “zh_HANS” in Blender 4, this causes “locale == ‘zh_CN’” to always be false.
If you change it to “zh_HANS”, the translation will work in Blender 4, but is broken in Blender 3.6.
Blender changed the Chinese language code from “zh_CN” to “zh_HANS” in Blender 4, this causes “locale == ‘zh_CN’” to always be false.
If you change it to “zh_HANS”, the translation will work in Blender 4, but is broken in Blender 3.6.
Tried fix it in #629
The text was updated successfully, but these errors were encountered: