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