mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-20 22:39:31 +02:00
Update settings.ts
This commit is contained in:
parent
28c9dca1dd
commit
ca904c337b
@ -866,8 +866,8 @@ export function setSetting(scene: BattleScene, setting: string, value: integer):
|
||||
handler: () => changeLocaleHandler("en")
|
||||
},
|
||||
{
|
||||
label: "Español",
|
||||
handler: () => changeLocaleHandler("es")
|
||||
label: "Español (ES)",
|
||||
handler: () => changeLocaleHandler("es-ES")
|
||||
},
|
||||
{
|
||||
label: "Italiano",
|
||||
|
Loading…
Reference in New Issue
Block a user