Better Questing

Better Questing

39M Downloads

Localization troubles

genom10 opened this issue ยท 4 comments

commented

I'm trying to make Russian translation for quests, but when minecraft launches all cyrillic letters in .lang file turns into "?"

commented

If i move variables from .lang files from resources\modpack\lang to .lang files in assets in BetterQuesting.jar it works ok

commented

Hmm... Sounds like I missed UTF8 encoding on the resource loader. Not sure if I can add it right now seeing as I'm in the middle of another major rewrite.

Can you try loading it through a resource pack ZIP either through the resource folder or Minecraft's usual folder.

commented

I left only en_us.lang in minecraft\resources\modpack\lang and added a resourcepack with translation. It took me a while to understand how to make resourcepacked .lang be loaded correctly, but now it works.

commented

I left only en_us.lang in minecraft\resources\modpack\lang and added a resourcepack with translation. It took me a while to understand how to make resourcepacked .lang be loaded correctly, but now it works.

Can you pls write down the whole process like a tutorial?