Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Localization troubles #610

Open
genom10 opened this issue Jun 16, 2019 · 4 comments
Open

Localization troubles #610

genom10 opened this issue Jun 16, 2019 · 4 comments

Comments

@genom10
Copy link

genom10 commented Jun 16, 2019

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

@genom10
Copy link
Author

genom10 commented Jun 17, 2019

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

@Funwayguy
Copy link
Owner

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.

@genom10
Copy link
Author

genom10 commented Jun 18, 2019

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.

@JuliusLongmind
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants