Difference between revisions of "Lua:translate"
Jump to navigation
Jump to search
m (moved translate to Lua:translate) |
(→Related Functions) |
||
Line 22: | Line 22: | ||
=== Related Functions === | === Related Functions === | ||
− | * [[translateID]] | + | * [[Lua:translateID|translateID]] |
− | * [[getTranslationFolder]] | + | * [[Lua:getTranslationFolder|getTranslationFolder]] |
− | * [[loadPOFile]] | + | * [[Lua:loadPOFile|loadPOFile]] |
− | * [[ansiToUtf8]] | + | * [[Lua:ansiToUtf8|ansiToUtf8]] |
− | * [[utf8ToAnsi]] | + | * [[Lua:utf8ToAnsi|utf8ToAnsi]] |
− | * [[readString]] | + | * [[Lua:readString|readString]] |
− | * [[writeString]] | + | * [[Lua:writeString|writeString]] |
− | * [[readStringLocal]] | + | * [[Lua:readStringLocal|readStringLocal]] |
− | * [[writeStringLocal]] | + | * [[Lua:writeStringLocal|writeStringLocal]] |
− | * [[stringToByteTable]] | + | * [[Lua:stringToByteTable|stringToByteTable]] |
− | * [[wideStringToByteTable]] | + | * [[Lua:wideStringToByteTable|wideStringToByteTable]] |
− | * [[byteTableToString]] | + | * [[Lua:byteTableToString|byteTableToString]] |
− | * [[byteTableToWideString]] | + | * [[Lua:byteTableToWideString|byteTableToWideString]] |
Latest revision as of 01:21, 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[edit]
Parameter | Type | Description |
---|---|---|
String | string | The string to translate |