Update settings.ts

This commit is contained in:
Lugiad 2024-09-29 19:55:49 +02:00 committed by GitHub
parent dcd7e861f6
commit a51062cec4
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: "Türkçe",
handler: () => changeLocaleHandler("tr")
},
{
label: i18next.t("settings:back"),
handler: () => cancelHandler()