新语言:机翻
语言模块升级 支持更自由地添加语言(不再使用语言序号) 给getTip设置metatable的代码移出模块
This commit is contained in:
@@ -79,7 +79,7 @@ end
|
||||
--Parse notice
|
||||
local function _parseNotice(str)
|
||||
str=STRING.split(str,"///")
|
||||
return str[SETTING.lang<=3 and 1 or 2]or str[1]
|
||||
return str[SETTING.locale<=3 and 1 or 2]or str[1]
|
||||
end
|
||||
|
||||
--WS close message
|
||||
|
||||
Reference in New Issue
Block a user