cs96and/FoundryVTT-damage-log

Translation Simple Chines (PF2e)

Closed this issue · 0 comments

I've updated simple chinese in the weblate.
But, there something need to be adjust.

First:
In weblate I can only choose "zh_Hans", but our FVTT translate module use "cn" as our language code.
So you may need to change all "zh_Hans" into "cn" to let the translation work.


in module.json "zh_Hans → cn"
{
"lang": "cn",
"name": "中文(简体)",
"path": "lang/cn.json",
"flags": {}
},


and change the "zh_Hans.json" in "lang" to "cn.json"


Second:
Because I only play the pathfinder2e rule, so I didnt translate the terms of other rules. What's more I dont really sure what language code that the other rules' translator use, but I think maybe ‘cn’ is a common use emm... in most case.

That's all. Thank you.