mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-26 18:21:04 +00:00
Move mod_translation_updater.py to minetest/modtools (#14865)
This commit is contained in:
parent
4e1661eded
commit
7625f88a0c
3 changed files with 4 additions and 757 deletions
|
@ -4,6 +4,7 @@ Minetest Lua Modding API Reference
|
|||
* More information at <http://www.minetest.net/>
|
||||
* Developer Wiki: <http://dev.minetest.net/>
|
||||
* (Unofficial) Minetest Modding Book by rubenwardy: <https://rubenwardy.com/minetest_modding_book/>
|
||||
* Modding tools: <https://github.com/minetest/modtools>
|
||||
|
||||
Introduction
|
||||
------------
|
||||
|
@ -4088,9 +4089,9 @@ Translations
|
|||
Texts can be translated client-side with the help of `minetest.translate` and
|
||||
translation files.
|
||||
|
||||
Consider using the script `util/mod_translation_updater.py` in the Minetest
|
||||
repository to generate and update translation files automatically from the Lua
|
||||
sources. See `util/README_mod_translation_updater.md` for an explanation.
|
||||
Consider using the script `mod_translation_updater.py` in the Minetest
|
||||
[modtools](https://github.com/minetest/modtools) repository to generate and
|
||||
update translation files automatically from the Lua sources.
|
||||
|
||||
Translating a string
|
||||
--------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue