Difference between revisions of "Lua:translate"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
| + | [[Category:Lua]] | ||
'''function''' translate(''String'') ''':''' string | '''function''' translate(''String'') ''':''' string | ||
Revision as of 13:44, 19 March 2017
function translate(String) : string
Returns a translation of the string. Returns the same string if it can't be found.
Function Parameters
| Parameter | Type | Description |
|---|---|---|
| String | string | The string to translate |