Update settings.ts

This commit is contained in:
justhil 2024-05-07 19:04:52 +08:00 committed by GitHub
parent faa33e8638
commit e774500ceb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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',