mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Add script to update/generate mod translations (#13739)
This commit is contained in:
parent
d05da513be
commit
2c74797d34
3 changed files with 682 additions and 2 deletions
|
@ -4006,8 +4006,9 @@ Translations
|
|||
Texts can be translated client-side with the help of `minetest.translate` and
|
||||
translation files.
|
||||
|
||||
Consider using the tool [update_translations](https://github.com/minetest-tools/update_translations)
|
||||
to generate and update translation files automatically from the Lua source.
|
||||
Consider using the script `util/mtt_update.py` in the Minetest repository
|
||||
to generate and update translation files automatically from the Lua sources.
|
||||
See `util/README_mtt_update.md` for an explanation.
|
||||
|
||||
Translating a string
|
||||
--------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue