
Custom localizations not working on 1.12
Remski01 opened this issue ยท 5 comments
I recently updated our mywarp to the newest snapshot for 1.12 support.
But what i found out was that he is not longer taking custom message as he did still in the last Beta version.
Is this changed? If yes how do it now work?
I used first lang > me > taylorkelly > mywarp > lang > Commands_nl.properties
It is still supposed to work, but maybe the update to Java8 caused some problems. I will look into it.
That said, have you considered helping with MyWarp's official Dutch localization? It still lacks some translations.
I dont use the " MyWarp's official Dutch localization" because i only change the message(s) that players see. Mostly because its a waste of my time to also edit EVERY message of the plugin. And because i dont know how translate every message. My english is not %100 good. I know the basics english. No offens though. Its not meaned bad. Thanks for the fast respond.
Hello.
Do you have a update on this issue? Im kinda waiting on this to be fixed to update our server to fully 1.12
I'll try to look into it this weekend. Unfortunately I do not have much time at the moment. :/
Found the problem. It is not a technical bug, but rather caused by some internal changes. You can easily fix this yourself by renaming the folders that contains the Commands_nl.properties
.
Instead of this:
lang/me/taylorkelly/mywarp/lang/Commands_nl.properties
It needs to look like this:
lang/io/github/mywarp/mywarp/lang/Commands_nl.properties
I will update the documentation accordingly.