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

JSON Syntax Error in lang/ja_jp.json Causing Language File to Be Skipped #449

Open
kazumadness opened this issue Jan 18, 2025 · 0 comments

Comments

@kazumadness
Copy link

Hello,

I've encountered an issue with the Japanese translation file for the Better Combat mod, specifically the lang/ja_jp.json file. When the game attempts to load this file, it throws the following error:

[00:11:45] [Render thread/WARN]: Skipped language file: bettercombat:lang/ja_jp.json (com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Expected name at line 40 column 2 path $.text.autoconfig.bettercombat.option.client.mineWithWeaponBlacklist.@Tooltip)
Use code with caution.

This error indicates that there is a JSON syntax issue at line 40, column 2, which causes the language file to be skipped during the resource pack loading process. As a result, the Japanese translations for the mod are not applied in the game.

I have reviewed and corrected the file to resolve the syntax error. Updating the official file in the mod's repository with the fixed version should help prevent this problem for other users.

If additional details or the corrected file are needed, feel free to reach out!

Thank you for your attention to this matter.

ja_jp.json

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

1 participant