mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-24 16:29:27 +02:00
Update settings-display-ui-handler.ts
This commit is contained in:
parent
a51062cec4
commit
6bd26b873b
@ -90,6 +90,11 @@ export default class SettingsDisplayUiHandler extends AbstractSettingsUiHandler
|
|||||||
label: "Català",
|
label: "Català",
|
||||||
};
|
};
|
||||||
break;
|
break;
|
||||||
|
case "tr":
|
||||||
|
this.settings[languageIndex].options[0] = {
|
||||||
|
value: "Türkçe",
|
||||||
|
label: "Türkçe",
|
||||||
|
};
|
||||||
default:
|
default:
|
||||||
this.settings[languageIndex].options[0] = {
|
this.settings[languageIndex].options[0] = {
|
||||||
value: "English",
|
value: "English",
|
||||||
|
Loading…
Reference in New Issue
Block a user