Skip to content

Commit

Permalink
Update chat print when using the chat command
Browse files Browse the repository at this point in the history
  • Loading branch information
Justw8 committed Nov 3, 2024
1 parent ffabd47 commit 67c9e34
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions Locales/deDE.lua
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ if not L then return end
--L["Dornogal"] = "DG"

-- Options
--L["Opening Options Menu"] = "Opening Options Menu"
--L["Enabled"] = "Enabled"
--L["Enable Tooltip"] = "Enable/Disable the Teleport Menu."
--L["Hearthstone Toy"] = "Hearthstone Toy"
Expand Down
1 change: 1 addition & 0 deletions Locales/enUS.lua
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ L["Hall of the Guardian"] = "HotG"
L["Dornogal"] = "DG"

-- Options
L["Opening Options Menu"] = "Opening Options Menu"
L["Enabled"] = "Enabled"
L["Enable Tooltip"] = "Enable/Disable the Teleport Menu."
L["Hearthstone Toy"] = "Hearthstone Toy"
Expand Down
1 change: 1 addition & 0 deletions Locales/esES.lua
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ if not L then return end
--L["Dornogal"] = "DG"

-- Options
--L["Opening Options Menu"] = "Opening Options Menu"
--L["Enabled"] = "Enabled"
--L["Enable Tooltip"] = "Enable/Disable the Teleport Menu."
--L["Hearthstone Toy"] = "Hearthstone Toy"
Expand Down
1 change: 1 addition & 0 deletions Locales/esMX.lua
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ if not L then return end
--L["Dornogal"] = "DG"

-- Options
--L["Opening Options Menu"] = "Opening Options Menu"
--L["Enabled"] = "Enabled"
--L["Enable Tooltip"] = "Enable/Disable the Teleport Menu."
--L["Hearthstone Toy"] = "Hearthstone Toy"
Expand Down
1 change: 1 addition & 0 deletions Locales/frFR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ if not L then return end
--L["Dornogal"] = "DG"

-- Options
--L["Opening Options Menu"] = "Opening Options Menu"
--L["Enabled"] = "Enabled"
--L["Enable Tooltip"] = "Enable/Disable the Teleport Menu."
--L["Hearthstone Toy"] = "Hearthstone Toy"
Expand Down
1 change: 1 addition & 0 deletions Locales/itIT.lua
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ if not L then return end
--L["Dornogal"] = "DG"

-- Options
--L["Opening Options Menu"] = "Opening Options Menu"
--L["Enabled"] = "Enabled"
--L["Enable Tooltip"] = "Enable/Disable the Teleport Menu."
--L["Hearthstone Toy"] = "Hearthstone Toy"
Expand Down
1 change: 1 addition & 0 deletions Locales/koKR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ if not L then return end
--L["Dornogal"] = "DG"

-- Options
--L["Opening Options Menu"] = "Opening Options Menu"
--L["Enabled"] = "Enabled"
--L["Enable Tooltip"] = "Enable/Disable the Teleport Menu."
--L["Hearthstone Toy"] = "Hearthstone Toy"
Expand Down
1 change: 1 addition & 0 deletions Locales/ptBR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ if not L then return end
--L["Dornogal"] = "DG"

-- Options
--L["Opening Options Menu"] = "Opening Options Menu"
--L["Enabled"] = "Enabled"
--L["Enable Tooltip"] = "Enable/Disable the Teleport Menu."
--L["Hearthstone Toy"] = "Hearthstone Toy"
Expand Down
1 change: 1 addition & 0 deletions Locales/ruRU.lua
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ if not L then return end
--L["Dornogal"] = "DG"

-- Options
--L["Opening Options Menu"] = "Opening Options Menu"
--L["Enabled"] = "Enabled"
--L["Enable Tooltip"] = "Enable/Disable the Teleport Menu."
--L["Hearthstone Toy"] = "Hearthstone Toy"
Expand Down
1 change: 1 addition & 0 deletions Locales/zhCN.lua
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ L["Hall of the Guardian"] = "守-圣殿"
L["Dornogal"] = "多恩"

-- Options
--L["Opening Options Menu"] = "Opening Options Menu"
L["Enabled"] = "启用"
L["Enable Tooltip"] = "启用/禁用传送菜单"
L["Hearthstone Toy"] = "炉石玩具"
Expand Down
1 change: 1 addition & 0 deletions Locales/zhTW.lua
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ L["Hall of the Guardian"] = "守衛廳"
L["Dornogal"] = "多恩"

-- Options
--L["Opening Options Menu"] = "Opening Options Menu"
L["Enabled"] = "啟用"
L["Enable Tooltip"] = "啟用/停用 此傳送選單。"
L["Hearthstone Toy"] = "爐石玩具"
Expand Down
2 changes: 1 addition & 1 deletion TeleportMenu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ end
SLASH_TPMENU1 = "/tpm"
SLASH_TPMENU2 = "/tpmenu"
SlashCmdList["TPMENU"] = function(msg)
print(APPEND .. L["Opening Options"])
print(APPEND .. L["Opening Options Menu"])
Settings.OpenToCategory(tpm:GetOptionsCategory())
end

Expand Down

0 comments on commit 67c9e34

Please sign in to comment.