Romanian update settings.ts

This commit is contained in:
Lugiad 2024-12-03 15:38:04 +01:00 committed by GitHub
parent 6db31b2448
commit 0140f5174c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -927,6 +927,10 @@ export function setSetting(scene: BattleScene, setting: string, value: integer):
// label: "Català",
// handler: () => changeLocaleHandler("ca-ES")
// },
{
label: "Română",
handler: () => changeLocaleHandler("ro")
},
{
label: i18next.t("settings:back"),
handler: () => cancelHandler()