Skip to content

Commit

Permalink
Merge pull request #794 from AntlerForce/master
Browse files Browse the repository at this point in the history
Fix remaining English translation errors
  • Loading branch information
AntlerForce authored Nov 3, 2024
2 parents 8817f6c + 1ed8506 commit 354930f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions LuaMenu/configs/gameConfig/byar/singleplayerMenu.lua
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@

local items = {
{
name = "Skirmish",
name = "skirmish",
control = WG.BattleRoomWindow.GetSingleplayerControl(),
entryCheck = WG.BattleRoomWindow.SetSingleplayerGame,
},
{
name = "Scenarios",
name = "scenarios",
control = WG.ScenarioHandler.GetControl(),
--startWithTabOpen = 1,
},
{
name = "Load Game",
name = "load_game",
control = WG.LoadGameWindow.GetControl(),
entryCheck = WG.BattleRoomWindow.SetSingleplayerGame,
},
Expand Down
7 changes: 3 additions & 4 deletions LuaMenu/widgets/chobby/components/interface_root.lua
Original file line number Diff line number Diff line change
Expand Up @@ -509,22 +509,21 @@ function GetInterfaceRoot(optionsParent, mainWindowParent, fontFunction)
ToggleShowFunc(obj, newTab)
end


local submenus = {
{
name = "Main Menu",
titleText = "Main Menu",
tabs = {
{
name = "Multiplayer",
control = battleListWindow,
name = "multiplayer",
control = battleListWindow,
entryCheck = multiplayerentrycheck,
},
singleplayerConfig[1],
singleplayerConfig[2],
singleplayerConfig[3],
{
name = "Replays",
name = "replays",
control = WG.ReplayHandler.GetControl()
},
Configuration.gameConfig.helpSubmenuConfig[1],
Expand Down
9 changes: 5 additions & 4 deletions LuaMenu/widgets/chobby/i18n/chililobby.lua
Original file line number Diff line number Diff line change
Expand Up @@ -101,21 +101,22 @@ return {
game_type = "Game Type",
menu = "Menu",
settings = "Settings",
replays = "Replays",
["replays"] = "Replays",
logout = "Logout",
login = "Login",
login_to_chat = "Login required for chat",
welcome = "Welcome",
player = "Player",
spectator = "Spectator",
singleplayer = "Singleplayer",
multiplayer = "Multiplayer",
["multiplayer"] = "Multiplayer",
multiplayer_and_coop = "Multiplayer\n & Coop",
singleplayercoop = "Singleplayer",
play_singleplayer_game = "Play a singleplayer game",
help = "Help",
about = "About",
links = "Links",
["load_game"] = "Load Game",
load_saved_game = "Load saved game",
time_ingame = "Time ingame",
missions = "Missions",
Expand All @@ -138,7 +139,7 @@ return {
freeForAll = "FFA",
team = "Team",
serverList = "Server List",
skirmish = "Skirmish",
["skirmish"] = "Skirmish",
play_custom_multiplayer_game = "Play a custom multiplayer game",
queues = "Queues",
custom_games = "Custom games",
Expand Down Expand Up @@ -204,7 +205,7 @@ return {
},
downloads_completed = "All downloads completed.",
wip_challenges = "WiP Challenges",
scenarios = "Scenarios",
["scenarios"] = "Scenarios",
-- Settings
autoLaunchAsSpectator = "Auto-launch when spectating",
randomSkirmishSetup = "Random Skirmish AI and Map",
Expand Down

0 comments on commit 354930f

Please sign in to comment.