Go to file
eidy af48b50708 Ability to write out a tab delimited version for use in a translation spreadsheet
Also fix a bug where lookups weren't looking up
2017-01-02 08:35:57 +10:00
locale Only execute the update code if building is required 2016-12-25 10:06:38 +10:00
LICENSE Initial Add 2016-12-25 09:41:33 +10:00
README.md Only execute the update code if building is required 2016-12-25 10:06:38 +10:00
build.lua Ability to write out a tab delimited version for use in a translation spreadsheet 2017-01-02 08:35:57 +10:00
depends.txt Initial Add 2016-12-25 09:41:33 +10:00
init.lua Ability to write out a tab delimited version for use in a translation spreadsheet 2017-01-02 08:35:57 +10:00

README.md

Translate Item Texts

This mod acts as a fast way of overriding the item texts of ALL mods in a minetest game (including defaults) in one place.

Need to get your game translated to another language in a hurry?

Do you use mods that don't support inttlib?

Perhaps this is the mod for you!

Download at https://github.com/eidy/intlitems/archive/master.zip

To create a template:

  1. Place this mod in your game's mods folder

  2. Set this option in minetest.conf

    writeintlitemstemplate = true

  3. Run up your minetest game

  4. Execute this command:

/writeintlitemstemplate

This will create a "template.txt", which can be used to create translation files in your chosen language...

Depends on: intllib