diff options
author | SmallJoker <SmallJoker@users.noreply.github.com> | 2022-06-29 22:21:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-29 22:21:00 +0200 |
commit | de8ce9a8ff999c7ab9562528a972d5426a9f7cec (patch) | |
tree | a0ddb807cf2b6a1615be5f799662b67b338bc7e0 | |
parent | 17709d7d0f8e394d2e22545e67cc39bca831c2e7 (diff) | |
download | minetest-de8ce9a8ff999c7ab9562528a972d5426a9f7cec.tar.gz minetest-de8ce9a8ff999c7ab9562528a972d5426a9f7cec.tar.bz2 minetest-de8ce9a8ff999c7ab9562528a972d5426a9f7cec.zip |
Lua API: Refer to the update_translations tool (#12419)
Lost the link too often. This is much needed.
-rw-r--r-- | doc/lua_api.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index b52e1b5bf..b5f58d7f2 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -3647,6 +3647,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. + Translating a string -------------------- |