mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-18 22:32:32 +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)",
|
label: "Español (ES)",
|
||||||
};
|
};
|
||||||
break;
|
break;
|
||||||
|
case "es-MX":
|
||||||
|
this.settings[languageIndex].options[0] = {
|
||||||
|
value: "Español (LATAM)",
|
||||||
|
label: "Español (LATAM)",
|
||||||
|
};
|
||||||
|
break;
|
||||||
case "it":
|
case "it":
|
||||||
this.settings[languageIndex].options[0] = {
|
this.settings[languageIndex].options[0] = {
|
||||||
value: "Italiano",
|
value: "Italiano",
|
||||||
|
Loading…
Reference in New Issue
Block a user