mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-13 20:02:19 +02:00
Update settings.ts
This commit is contained in:
parent
df50995606
commit
c2c2ee3341
@ -206,7 +206,7 @@ export function setSetting(scene: BattleScene, setting: Setting, value: integer)
|
|||||||
label: 'Deutsch',
|
label: 'Deutsch',
|
||||||
handler: () => changeLocaleHandler('de')
|
handler: () => changeLocaleHandler('de')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Português (BR)',
|
label: 'Português (BR)',
|
||||||
handler: () => changeLocaleHandler('pt_BR')
|
handler: () => changeLocaleHandler('pt_BR')
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user