Update settings.ts

This commit is contained in:
Lugiad 2024-10-28 16:06:37 +01:00 committed by GitHub
parent 28c9dca1dd
commit ca904c337b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -866,8 +866,8 @@ export function setSetting(scene: BattleScene, setting: string, value: integer):
handler: () => changeLocaleHandler("en") handler: () => changeLocaleHandler("en")
}, },
{ {
label: "Español", label: "Español (ES)",
handler: () => changeLocaleHandler("es") handler: () => changeLocaleHandler("es-ES")
}, },
{ {
label: "Italiano", label: "Italiano",