Update settings.ts

pull/726/merge^2
Lugiad 2024-05-13 18:48:05 +02:00 committed by GitHub
parent 79c3ff8989
commit edf36b11c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

View File

@ -209,6 +209,10 @@ export function setSetting(scene: BattleScene, setting: Setting, value: integer)
{
label: '简体中文',
handler: () => changeLocaleHandler('zh_CN')
},
{
label: 'Português (BR)',
handler: () => changeLocaleHandler('pt_BR')
},
{
label: 'にほんご',