Skip to content

Commit

Permalink
fix missing embed of ace console
Browse files Browse the repository at this point in the history
  • Loading branch information
Jodsderechte committed Aug 16, 2024
1 parent bae8807 commit 1881bfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .pkgmeta
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ externals:
Libs/AceDB-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceDB-3.0
Libs/AceDBOptions-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceDBOptions-3.0
Libs/AceLocale-3.0: https://repos.curseforge.com/wow/ace3/trunk/AceLocale-3.0
libs/AceConsole-3.0: https://repos.wowace.com/wow/ace3/trunk/AceConsole-3.0

2 changes: 1 addition & 1 deletion Locales/enUS.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if L then
L["five"] = "5+"
L["Disable"] = "Disabled"
L["showTimedKeys"] = "Show Timed Keys"
L["showTimedKeysDescription"] = "Show the amount of the timed keys above a certain threshhold in the Applicant View"
L["showTimedKeysDescription"] = "Show the amount of the timed keys above a certain threshold in the Applicant View"
L["showRaceIconDescription"] = "Show a race icon next to the name of the applicant"
L["showRaceIcon"] = "Show race Icon"

Expand Down
1 change: 1 addition & 0 deletions embeds.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
<Include file="Libs\AceEvent-3.0\AceEvent-3.0.xml"/>
<Include file="Libs\AceGUI-3.0\AceGUI-3.0.xml"/>
<Script file="Libs\AceEvent-3.0\AceEvent-3.0.lua"/>
<Include file= "Libs\AceConsole-3.0\AceConsole-3.0.xml"/>
</Ui>

0 comments on commit 1881bfe

Please sign in to comment.