1
0
Fork 0
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:
Zughy 2024-07-22 21:34:07 +02:00 committed by GitHub
parent 4e1661eded
commit 7625f88a0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 757 deletions

View file

@ -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
--------------------