mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-11 19:02:16 +02:00
Update settings.ts
This commit is contained in:
parent
faa33e8638
commit
e774500ceb
@ -183,8 +183,8 @@ export function setSetting(scene: BattleScene, setting: Setting, value: integer)
|
|||||||
handler: () => changeLocaleHandler('en')
|
handler: () => changeLocaleHandler('en')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Zh_cn',
|
label: 'Chinese simplified',
|
||||||
handler: () => changeLocaleHandler('zh_cn')
|
handler: () => changeLocaleHandler('chs')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Spanish',
|
label: 'Spanish',
|
||||||
|
Loading…
Reference in New Issue
Block a user