mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-11 10:52:17 +02:00
Add files via upload
This commit is contained in:
parent
b9ce5cfaaa
commit
e466c4c67f
@ -182,6 +182,10 @@ export function setSetting(scene: BattleScene, setting: Setting, value: integer)
|
|||||||
label: 'English',
|
label: 'English',
|
||||||
handler: () => changeLocaleHandler('en')
|
handler: () => changeLocaleHandler('en')
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'Zh_cn',
|
||||||
|
handler: () => changeLocaleHandler('zh_cn')
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'Spanish',
|
label: 'Spanish',
|
||||||
handler: () => changeLocaleHandler('es')
|
handler: () => changeLocaleHandler('es')
|
||||||
|
Loading…
Reference in New Issue
Block a user