Update settings.ts

This commit is contained in:
Lugiad 2025-03-29 16:15:43 +01:00 committed by GitHub
parent 70ee9f174d
commit 21ae357039
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"),