mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-21 14:59:26 +02:00
Update settings-display-ui-handler.ts
This commit is contained in:
parent
62d0068d4c
commit
0e33d3b2b8
@ -29,7 +29,7 @@ export default class SettingsDisplayUiHandler extends AbstractSettingsUiHandler
|
|||||||
label: "English",
|
label: "English",
|
||||||
};
|
};
|
||||||
break;
|
break;
|
||||||
case "es":
|
case "es-ES":
|
||||||
this.settings[languageIndex].options[0] = {
|
this.settings[languageIndex].options[0] = {
|
||||||
value: "Español (ES)",
|
value: "Español (ES)",
|
||||||
label: "Español (ES)",
|
label: "Español (ES)",
|
||||||
|
Loading…
Reference in New Issue
Block a user