Changed the settings label to "Português (BR)"

This commit is contained in:
José Ricardo Fleury Oliveira 2024-05-12 17:07:43 -03:00
parent 520cc464dd
commit 7ee9a456cc

View File

@ -1,10 +1,10 @@
import SettingsUiHandler from "#app/ui/settings-ui-handler";
import { Mode } from "#app/ui/ui";
import i18next from "i18next";
import BattleScene from "../battle-scene";
import { hasTouchscreen } from "../touch-controls";
import { updateWindowType } from "../ui/ui-theme";
import { PlayerGender } from "./game-data";
import { Mode } from "#app/ui/ui";
import SettingsUiHandler from "#app/ui/settings-ui-handler";
export enum Setting {
Game_Speed = "GAME_SPEED",
@ -211,7 +211,7 @@ export function setSetting(scene: BattleScene, setting: Setting, value: integer)
handler: () => changeLocaleHandler('zh_CN')
},
{
label: 'Português',
label: 'Português (BR)',
handler: () => changeLocaleHandler('pt_BR')
},
{