deactivating catalan temporarily

This commit is contained in:
Frederico Santos 2024-08-17 02:02:03 +01:00
parent e697a78fc5
commit f6e99f1f6c
1 changed files with 4 additions and 4 deletions

View File

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