移除yygq语言

新增日语(by sakurw,不完整,待后续补充)
staff列表重做

Co-authored-by: C₂₉H₂₅N₃O₅ <cgu52@wisc.edu>
This commit is contained in:
MrZ626
2021-12-27 19:34:11 +08:00
parent 683d73b04c
commit 459d1e4c64
12 changed files with 776 additions and 489 deletions

View File

@@ -7,8 +7,8 @@ local langList={
es=" Español\n(Castellano)",
pt="Português",
id="Bahasa Indonesia",
ja="日本語",
zh_grass="机翻",
zh_yygq="就这?",
symbol="?????",
}
local languages={
@@ -57,7 +57,7 @@ scene.widgetList={
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=449,w=346,h=100,font=40, fText=langList.zh_yygq, color='J',sound='click',code=function()_setLang('zh_yygq')end},
WIDGET.newButton{x=637,y=449,w=346,h=100,font=40, fText=langList.ja, color='J',sound='click',code=function()_setLang('ja')end},
WIDGET.newButton{x=637,y=568,w=346,h=100,font=40, fText=langList.zh_grass,color='L',sound='click',code=function()_setLang('zh_grass')end},
WIDGET.newButton{x=1003,y=210,w=346,h=100,font=40,fText=langList.zh, color='C',sound='click',code=function()_setLang('zh')end},