Create Crafts & Additions

Create Crafts & Additions

61M Downloads

ja_jp.json contains a syntax error that prevents localization from loading

KoKuRi-Moti opened this issue · 1 comments

commented

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

  1. Set the game language to Japanese.
  2. Launch the game with Create Crafts & Additions installed.
  3. Observe that the Japanese localization is not applied.
  4. 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.

commented

Fixed in 1.5.2