Changed the settings label to "Português (BR)"
parent
520cc464dd
commit
7ee9a456cc
|
|
@ -1,10 +1,10 @@
|
||||||
|
import SettingsUiHandler from "#app/ui/settings-ui-handler";
|
||||||
|
import { Mode } from "#app/ui/ui";
|
||||||
import i18next from "i18next";
|
import i18next from "i18next";
|
||||||
import BattleScene from "../battle-scene";
|
import BattleScene from "../battle-scene";
|
||||||
import { hasTouchscreen } from "../touch-controls";
|
import { hasTouchscreen } from "../touch-controls";
|
||||||
import { updateWindowType } from "../ui/ui-theme";
|
import { updateWindowType } from "../ui/ui-theme";
|
||||||
import { PlayerGender } from "./game-data";
|
import { PlayerGender } from "./game-data";
|
||||||
import { Mode } from "#app/ui/ui";
|
|
||||||
import SettingsUiHandler from "#app/ui/settings-ui-handler";
|
|
||||||
|
|
||||||
export enum Setting {
|
export enum Setting {
|
||||||
Game_Speed = "GAME_SPEED",
|
Game_Speed = "GAME_SPEED",
|
||||||
|
|
@ -211,7 +211,7 @@ export function setSetting(scene: BattleScene, setting: Setting, value: integer)
|
||||||
handler: () => changeLocaleHandler('zh_CN')
|
handler: () => changeLocaleHandler('zh_CN')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Português',
|
label: 'Português (BR)',
|
||||||
handler: () => changeLocaleHandler('pt_BR')
|
handler: () => changeLocaleHandler('pt_BR')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue