forked from qt-creator/qt-creator
Lua: Document translate module
Change-Id: If4c78329a386d2cd3cfa05ce883a320e84163e23 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
6
src/plugins/lua/meta/translate.lua
Normal file
6
src/plugins/lua/meta/translate.lua
Normal 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
|
||||||
Reference in New Issue
Block a user