forked from Simnation/Main
werfen
This commit is contained in:
parent
453b281a4b
commit
46b895aff2
25 changed files with 716 additions and 0 deletions
14
resources/[tools]/pickle_throwables-1.0.1/locales/locale.lua
Normal file
14
resources/[tools]/pickle_throwables-1.0.1/locales/locale.lua
Normal file
|
@ -0,0 +1,14 @@
|
|||
Language = {}
|
||||
|
||||
function _L(name, ...)
|
||||
if name then
|
||||
local str = Language[Config.Language][name]
|
||||
if str then
|
||||
return string.format(str, ...)
|
||||
else
|
||||
return "ERR_TRANSLATE_"..(name).."_404"
|
||||
end
|
||||
else
|
||||
return "ERR_TRANSLATE_404"
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue