Add a language zh_code & Adjust languages (#725)

* Add language zh_code & Adjust some language

* Update lang_pt.lua
This commit is contained in:
XMiao
2022-07-17 23:20:41 +08:00
committed by GitHub
parent 8d61759d4c
commit e161e39b66
14 changed files with 1346 additions and 32 deletions

View File

@@ -8,6 +8,7 @@ local langList={
id="Bahasa Indonesia",
ja="日本語",
symbol="?????",
zh_code="Code(zh);"
}
local languages={
"Language Langue Lingua",
@@ -60,7 +61,7 @@ scene.widgetList={
WIDGET.newButton{x=1000,y=210,w=330,h=100,font=40,fText=langList.zh, color='C',sound='click',code=function()_setLang('zh')end},
WIDGET.newButton{x=1000,y=330,w=330,h=100,font=40,fText=langList.zh_trad, color='S',sound='click',code=function()_setLang('zh_trad')end},
WIDGET.newKey {x=1000,y=450,w=330,h=100,font=40,fText='', color='P'},
WIDGET.newButton{x=1000,y=450,w=330,h=100,font=40,fText=langList.zh_code, color='P',sound='click',code=function()_setLang('zh_code')end},
WIDGET.newButton{name='back',x=1000,y=570,w=330,h=100,sound='back',font=60,fText=CHAR.icon.back,code=backScene},
}