mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-04-08 02:43:26 +01:00
Update settings.ts
This commit is contained in:
parent
c295afd112
commit
513ac1dd82
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user