整理代码,修复应用语言加载TEXTOBJ时有个特殊的文本对象会弹出警告
This commit is contained in:
@@ -34,7 +34,7 @@ function applyLanguage()
|
||||
text=LANG.get(SETTING.locale)
|
||||
WIDGET.setLang(text.WidgetText)
|
||||
for k,v in next,TEXTOBJ do
|
||||
if text[k]then
|
||||
if rawget(text,k)then
|
||||
v:set(text[k])
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user