Update settings.ts

This commit is contained in:
Lugiad 2024-09-15 21:09:39 +02:00 committed by GitHub
parent c295afd112
commit 513ac1dd82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -905,6 +905,10 @@ export function setSetting(scene: BattleScene, setting: string, value: integer):
// label: "Català",
// handler: () => changeLocaleHandler("ca-ES")
// },
{
label: "עִבְרִית",
handler: () => changeLocaleHandler("he-IL")
},
{
label: i18next.t("settings:back"),
handler: () => cancelHandler()