Update settings.ts

This commit is contained in:
Lugiad 2024-09-29 19:43:56 +02:00 committed by GitHub
parent a690edef86
commit d963f4ba5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -905,6 +905,10 @@ export function setSetting(scene: BattleScene, setting: string, value: integer):
// label: "Català",
// handler: () => changeLocaleHandler("ca-ES")
// },
{
label: "Dansk",
handler: () => changeLocaleHandler("dk")
},
{
label: i18next.t("settings:back"),
handler: () => cancelHandler()