HybridDog / connected_chests

Adds big chests to minetest.
https://forum.minetest.net/viewtopic.php?f=9&t=10264&p=156571
Other
6 stars 7 forks source link

Add translation support #10

Closed JadedCtrl closed 9 months ago

JadedCtrl commented 9 months ago

Just adds translation support to the mod, along with an Esperanto translation. I had to tweak the register_chest function; because some languages can’t use a form like “Big” + “Chest”, inlining the chest name in the form “Big Chest” was necessary. Cheers :)

HybridDog commented 9 months ago

Thanks. This also fixes the problem that "Chest" is translated but "Big" not, which is worse than no translation in my opinion.

I have modified your changes a bit so that connected_chests.register_chest is backwards-compatible and pushed them to the master branch.