整理代码
调整中文tip
This commit is contained in:
@@ -86,7 +86,7 @@ local function _parseNotice(str)
|
||||
str[m:sub(1,m:find("=")-1)]=m:sub(m:find("=")+1)
|
||||
end
|
||||
end
|
||||
return str[SETTING.locale]or str[SETTING.locale:find'zh'and'zh'or'en']
|
||||
return str[SETTING.locale]or SETTING.locale:find'zh'and str.zh or str.en
|
||||
else
|
||||
return str
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user