From 7d230cc3b0303442fac6aa1511d0019695f1ce47 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Tue, 7 Dec 2021 14:33:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=8D=B0=E5=B0=BC=E8=AF=AD?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E6=96=87=E6=9C=AC=E9=94=99=E8=AF=AF=20close?= =?UTF-8?q?=20#536?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/lang.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parts/scenes/lang.lua b/parts/scenes/lang.lua index 0728371d..026d8dd5 100644 --- a/parts/scenes/lang.lua +++ b/parts/scenes/lang.lua @@ -6,7 +6,7 @@ local langList={ fr="Français", es=" Español\n(Castellano)", pt="Português", - id="Bahasa", + id="Bahasa Indonesia", zh_grass="机翻", zh_yygq="就这?", symbol="?????", @@ -53,7 +53,7 @@ scene.widgetList={ WIDGET.newButton{x=271,y=210,w=346,h=100,font=40, fText=langList.en, color='R',sound='click',code=function()_setLang('en')end}, WIDGET.newButton{x=271,y=329,w=346,h=100,font=40, fText=langList.fr, color='F',sound='click',code=function()_setLang('fr')end}, WIDGET.newButton{x=271,y=449,w=346,h=100,font=35, fText=langList.es, color='O',sound='click',code=function()_setLang('es')end}, - WIDGET.newButton{x=271,y=568,w=346,h=100,font=40, fText=langList.id, color='Y',sound='click',code=function()_setLang('id')end}, + WIDGET.newButton{x=271,y=568,w=346,h=100,font=35, fText=langList.id, color='Y',sound='click',code=function()_setLang('id')end}, WIDGET.newButton{x=637,y=210,w=346,h=100,font=40, fText=langList.pt, color='A',sound='click',code=function()_setLang('pt')end}, WIDGET.newButton{x=637,y=329,w=346,h=100,font=40, fText=langList.symbol, color='G',sound='click',code=function()_setLang('symbol')end},