Update settings-display-ui-handler.ts

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

View File

@ -33,6 +33,12 @@ export default class SettingsDisplayUiHandler extends AbstractSettingsUiHandler
label: "Español (ES)",
};
break;
case "es-MX":
this.settings[languageIndex].options[0] = {
value: "Español (LATAM)",
label: "Español (LATAM)",
};
break;
case "it":
this.settings[languageIndex].options[0] = {
value: "Italiano",