LambdAurora / LambDynamicLights

A dynamic lighting mod for Minecraft on Fabric Loader.
https://lambdaurora.dev/projects/lambdynamiclights/
Other
412 stars 98 forks source link

Fix unterminated json in de_de lang file #51

Closed AlexanderRitter02 closed 3 years ago

AlexanderRitter02 commented 3 years ago

Honestly don't know if that's worth a pr, but here it is.

This fixes a warning caused by unterminated json that was printed in the log files, however it didn't actually affect translations.

Skipped language file: lambdynlights:lang/de_de.json
  (com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException:
  Unterminated object at line 14 column 4 path $.lambdynlights.tooltip.mode.1)
LambdAurora commented 3 years ago

Fixed in ec2e10e.