mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-10 18:32: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')
|
||||
},
|
||||
{
|
||||
label: 'Zh_cn',
|
||||
handler: () => changeLocaleHandler('zh_cn')
|
||||
label: 'Chinese simplified',
|
||||
handler: () => changeLocaleHandler('chs')
|
||||
},
|
||||
{
|
||||
label: 'Spanish',
|
||||
|
Loading…
Reference in New Issue
Block a user