mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-18 14:22:19 +02:00
Update settings-display-ui-handler.ts
This commit is contained in:
parent
21ae357039
commit
b0889468a9
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user