Translation issue
RyTechro opened this issue ยท 1 comments
Branch: 1.12
I'm currently updating the translation file for nl_nl.lang
. Through, i'm assuming, updates a lot quite a bit of english was in this file so I decided to update it all to dutch again. I've seen some issues about the structure not being unified and so forth but I think i found something that is a translation bug.
In the main en_us.lang
file are the following two lines on line 220 and 221
com.minecolonies.coremod.job.Ranger=Knight
com.minecolonies.coremod.job.Knight=Ranger
As you can see the Ranger is assigned Knight and the Knight is assigned Ranger.
Is this a bug or an intended workaround? I found this because the dutch translation file has the same issue.