Open AnalogKnight opened 5 days ago
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
Sorry, I was going to merge this yesterday but my computer froze before I got to it.
No problem, it's just that I created that Pull Request at a weird time, so I'm worried you're not seeing it.
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