reonZ / pf2e-dailies

8 stars 9 forks source link

Translation Simple Chines #14

Closed LiyuNodream closed 1 year ago

LiyuNodream commented 1 year ago

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

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"


That's all. Thank you.