Difference between revisions of "Lua:translate"
Jump to navigation
Jump to search
m (moved translate to Lua:translate) |
|
(No difference)
|
Revision as of 00:17, 25 January 2018
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 |