修正印尼语按钮文本错误 close #536
This commit is contained in:
@@ -6,7 +6,7 @@ local langList={
|
|||||||
fr="Français",
|
fr="Français",
|
||||||
es=" Español\n(Castellano)",
|
es=" Español\n(Castellano)",
|
||||||
pt="Português",
|
pt="Português",
|
||||||
id="Bahasa",
|
id="Bahasa Indonesia",
|
||||||
zh_grass="机翻",
|
zh_grass="机翻",
|
||||||
zh_yygq="就这?",
|
zh_yygq="就这?",
|
||||||
symbol="?????",
|
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=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=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=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=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},
|
WIDGET.newButton{x=637,y=329,w=346,h=100,font=40, fText=langList.symbol, color='G',sound='click',code=function()_setLang('symbol')end},
|
||||||
|
|||||||
Reference in New Issue
Block a user