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

Issue with localization #9

Open
LotP1 opened this issue Oct 19, 2022 · 3 comments
Open

Issue with localization #9

LotP1 opened this issue Oct 19, 2022 · 3 comments

Comments

@LotP1
Copy link

LotP1 commented Oct 19, 2022

MC version: 1.18.2
Mod version: 1.1.0

Issue description:
When using a pc with a non-english localization the resource loader might fail to register some chests, like the andesite chest, as you use a .tolowercase with default localization on line 32 and 34 in SCRegistry.java.
This might convert some letters into non standard ASCII characters, like "I" into "ı" instead of "i", which the register won't allow, which causes the mod to fail to load.

crash-2022-10-19_21.36.22-fml.txt

@LynicTaken
Copy link

Same issue but I found that, maybe it helps to the mod creator.
https://stackoverflow.com/questions/11063102/using-locales-with-javas-tolowercase-and-touppercase
source: Edivad99/ExtraStorage#13

@LynicTaken
Copy link

tr;
Oyunu başlatmadan önce ayarları açıp "starting argumants" olan yere "-Duser.language=en -Duser.country=US" kodunu eklediğimde bende sorunsuz açıldı.

en;
Before starting the game, I opened the settings and added the code "-Duser.language=en -Duser.country=US" to the "starting argumants" and it opened without any problems for me.

@DoctorFTB
Copy link
Owner

Check v1.1.1

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