mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-18 14:22:19 +02:00
Update settings.ts
This commit is contained in:
parent
70ee9f174d
commit
21ae357039
@ -916,6 +916,10 @@ export function setSetting(setting: string, value: number): boolean {
|
||||
label: "Español (ES)",
|
||||
handler: () => changeLocaleHandler("es-ES"),
|
||||
},
|
||||
{
|
||||
label: "Español (LATAM)",
|
||||
handler: () => changeLocaleHandler("es-MX"),
|
||||
},
|
||||
{
|
||||
label: "Italiano",
|
||||
handler: () => changeLocaleHandler("it"),
|
||||
|
Loading…
Reference in New Issue
Block a user