Fix corelib tr
This commit is contained in:
parent
d85dd3e20f
commit
20314de00a
|
@ -259,8 +259,8 @@ function signalcall(param, ...)
|
||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
|
|
||||||
function tr(s)
|
function tr(s, ...)
|
||||||
return s
|
return string.format(s, ...)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- @}
|
-- @}
|
Loading…
Reference in New Issue