diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/client_lua_api.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/client_lua_api.md b/doc/client_lua_api.md index fb00ada66..d8e2da69c 100644 --- a/doc/client_lua_api.md +++ b/doc/client_lua_api.md @@ -618,6 +618,7 @@ Minetest namespace reference ### Utilities * `minetest.get_current_modname()`: returns the currently loading mod's name, when we are loading a mod +* `minetest.get_language()`: returns the currently set gettext language. * `minetest.get_version()`: returns a table containing components of the engine version. Components: * `project`: Name of the project, eg, "Minetest" |