Lua: Document translate module

Change-Id: If4c78329a386d2cd3cfa05ce883a320e84163e23
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Marcus Tillmanns
2024-07-25 06:37:35 +02:00
parent 665ec382bf
commit e5d92aba2a

View File

@@ -0,0 +1,6 @@
---@meta
---Returns the translated version of the string
---@param str string
---@return string translated The translated string
function tr(str) end