修复多语言支持的小bug
This commit is contained in:
@@ -43,7 +43,7 @@ local publicWidgetText={
|
||||
}
|
||||
local function langFallback(T0,T)
|
||||
for k,v in next,T0 do
|
||||
if type(v)=="table"and not v.noMerge then--noMerge=true : copy pointer instead of content
|
||||
if type(v)=="table"and not v.fullCopy then--fullCopy=true : copy pointer instead of content
|
||||
if not T[k]then T[k]={}end
|
||||
if type(T[k])=="table"and not v[1]then langFallback(v,T[k])end
|
||||
elseif not T[k]then
|
||||
|
||||
Reference in New Issue
Block a user