Hi,
I created a game with the nwjs exporter and I have a few chinese players which reported some text problem (The text string has sometimes some unwanted line breaks and the characters at the right end are cropped) which does not appear during my test. I use Windows in english but they have Windows in chinese and I'm guessing that's where the problem comes from. They advised me to add the chinese pak files to the project.
How can I do that and where to get the file ? How to tell nwjs to load the chinese pak file when the player choose the chinese language ?
I tried to search the forum for chinese locale and pak file but no result so far I also know nwjs uses chromium so I checked the chromium files and found some reference to zh-cn.pak but I'm not sure it's the good file nor how to load it.
Any help welcome ! Thanks !