]> git.lizzy.rs Git - minetest.git/commitdiff
Lua API: Refer to the update_translations tool (#12419)
authorSmallJoker <SmallJoker@users.noreply.github.com>
Wed, 29 Jun 2022 20:21:00 +0000 (22:21 +0200)
committerGitHub <noreply@github.com>
Wed, 29 Jun 2022 20:21:00 +0000 (22:21 +0200)
Lost the link too often. This is much needed.

doc/lua_api.txt

index b52e1b5bfa5d3c3bc2287da06bc51ad8b0e11b96..b5f58d7f21caf58925bd6b01d18eac5f8875c409 100644 (file)
@@ -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
 --------------------