![ServerSync](https://media.forgecdn.net/avatars/thumbnails/254/696/256/256/637199290945083080.png)
[1.15.2]exe program, no Chinese translation
EnterFor opened this issue · 17 comments
Serversync Version:
3.4.0
Minecraft Version:
1.15.2
Issue:
no Chinese translation..
Must I switch to the jar version?
I think the exe version of the icon looks better..
The exe version is basically just a zip file with the java files inside it, it should be identical.
You can even open the file with 7zip (or other zip programs) and have a poke around in the files if you like 👍, translations end up in the assets
folder.
There is probably some kind of issue with the build when it copies the files into the package.
Apologies, github decided to auto close this.
Though the latest merge should indeed fix the issue, looks like ServerSync was never loading resource bundles properly.
Early test files can be found here: https://github.com/superzanti/ServerSync/actions/runs/72526484
Changing the name of the file should be fine.
Does it have some translation or none at all? There are several strings that have not been hooked into the resource bundle yet.
Could you send me the client logs please.
I get the feeling that the client is failing to match your locale string to the resource bundle.
serversync-client.log
Is this it?
Addendum: I asked several server players, and when they updated, they also showed English
If there is no way, it doesn't matter~~~~~~~~Not affecting use,Thank you for your hard work
The issue is that by default in java 7 & 8 resource bundles are encoded in ISO.
I should be able to work around this and get the bundle as utf-8.
Give this one a try https://github.com/superzanti/ServerSync/actions/runs/72674632
I have just converted the file to use unicode escapes for now, shall work on a better solution later.
👍, just need to actually hook up the various strings in the app to the resource bundles now.
Wait a minute, I found multiple extra strings, I think I can supplement the translation.
#182