Better Combat [Fabric & Forge]

Better Combat [Fabric & Forge]

35M Downloads

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

kazumadness opened this issue ยท 1 comments

commented

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

commented

Thank you for the notice. The next release will contain a fix!