mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-07 17:02:16 +02:00
Romanian update settings.ts
This commit is contained in:
parent
6db31b2448
commit
0140f5174c
@ -927,6 +927,10 @@ export function setSetting(scene: BattleScene, setting: string, value: integer):
|
|||||||
// label: "Català",
|
// label: "Català",
|
||||||
// handler: () => changeLocaleHandler("ca-ES")
|
// handler: () => changeLocaleHandler("ca-ES")
|
||||||
// },
|
// },
|
||||||
|
{
|
||||||
|
label: "Română",
|
||||||
|
handler: () => changeLocaleHandler("ro")
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: i18next.t("settings:back"),
|
label: i18next.t("settings:back"),
|
||||||
handler: () => cancelHandler()
|
handler: () => cancelHandler()
|
||||||
|
Loading…
Reference in New Issue
Block a user