Server Translation API

Server Translation API

11.4k Downloads

Conflict prevents some translations from loading

supersaiyansubtlety opened this issue ยท 0 comments

commented

This prevents certain translations from loading.

Specifically, certain mod's configuration labels aren't translated in their mod menu config screen.

I've reproduced it with Held Item Tooltips and Cut Through, both of which depend on Forge Config API Port and Puzzles Lib.

I did not see the issue with Shoulder Surfing Reloaded which depends on Forge Config API Port but not Puzzles Lib.

With these mods:

  • fabric-api 0.119.5+1.21.5
  • fabricloader 0.16.13
  • forgeconfigapiport 21.5.1
  • helditemtooltips 21.5.0
  • java 21
  • minecraft 1.21.5
  • modmenu 14.0.0-rc.2
  • placeholder-api 2.6.2+1.21.5

Adding either of the following prevents helditemtooltips' config label translation:

  • polydex 1.5.0+1.21.5-rc2
  • enchantment_lore 1.6.0 (bundles sever translations)

Relevant issue from my mod: https://gitlab.com/supersaiyansubtlety/enchantment_lore/-/issues/10