ja_jp.json contains a syntax error that prevents localization from loading
KoKuRi-Moti opened this issue · 1 comments
Describe the bug
There is a syntax error in the Japanese localization file (ja_jp.json) that prevents the file from being loaded properly in-game. As a result, none of the Japanese translations are displayed.
To Reproduce
- Set the game language to Japanese.
- Launch the game with Create Crafts & Additions installed.
- Observe that the Japanese localization is not applied.
- Check line 130 in ja_jp.json and find an extra double quote.
The incorrect line (line 130):
"item.createaddition.spool.tooltip.summary": "配線を収納するのに使用。"",
Correct version:
"item.createaddition.spool.tooltip.summary": "配線を収納するのに使用。",
Additional context
- Mod version: createaddition-1.4.2.jar
- Forge version: NeoForge 21.1.174
- Create version: create-1.21.1-6.0.6.jar
After fixing this line, the Japanese localization loads correctly.