From cf571611742823426ee430d4f745edb9058c4c1b Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Tue, 26 Oct 2021 20:55:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E8=AF=AD=E8=A8=80=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E9=87=8C=E6=9C=89=E4=B8=AA=E9=BB=98=E8=AE=A4=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E6=8C=89=E9=92=AE=E6=96=87=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zframework/languages.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zframework/languages.lua b/Zframework/languages.lua index 8280c966..ad40ce35 100644 --- a/Zframework/languages.lua +++ b/Zframework/languages.lua @@ -47,7 +47,7 @@ function LANG.init(defaultLang,langList,publicText,pretreatFunc) function LANG.addScene(name) for _,L in next,langList do if L.WidgetText and not L.WidgetText[name]then - L.WidgetText[name]={back=L.back} + L.WidgetText[name]={} end end end