mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-08 01:12:17 +02:00
Update settings.ts
This commit is contained in:
parent
a690edef86
commit
d963f4ba5e
@ -905,6 +905,10 @@ export function setSetting(scene: BattleScene, setting: string, value: integer):
|
|||||||
// label: "Català",
|
// label: "Català",
|
||||||
// handler: () => changeLocaleHandler("ca-ES")
|
// handler: () => changeLocaleHandler("ca-ES")
|
||||||
// },
|
// },
|
||||||
|
{
|
||||||
|
label: "Dansk",
|
||||||
|
handler: () => changeLocaleHandler("dk")
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: i18next.t("settings:back"),
|
label: i18next.t("settings:back"),
|
||||||
handler: () => cancelHandler()
|
handler: () => cancelHandler()
|
||||||
|
Loading…
Reference in New Issue
Block a user