Update settings.ts

This commit is contained in:
Lugiad 2024-09-15 22:46:01 +02:00 committed by GitHub
parent 6605e0ba85
commit bd9ce49130
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -907,7 +907,7 @@ export function setSetting(scene: BattleScene, setting: string, value: integer):
// },
{
label: "עִבְרִית",
handler: () => changeLocaleHandler("he-IL")
handler: () => changeLocaleHandler("he")
},
{
label: i18next.t("settings:back"),