Update settings.ts

pull/726/merge^2
Lugiad 2024-05-13 20:24:55 +02:00 committed by GitHub
parent df50995606
commit c2c2ee3341
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ export function setSetting(scene: BattleScene, setting: Setting, value: integer)
label: 'Deutsch',
handler: () => changeLocaleHandler('de')
},
{
{
label: 'Português (BR)',
handler: () => changeLocaleHandler('pt_BR')
},