Skip to content

Commit

Permalink
Feat: Add Underrot skip location
Browse files Browse the repository at this point in the history
  • Loading branch information
willoucom committed May 31, 2023
1 parent 62842de commit e78bcee
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions HandyNotes_MythicPlus.toc
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
## Interface: 100100
## Title: HandyNotes: MythicPlus
## Title-ruRU: HandyNotes: Подземелья М+
## Title-frFR: HandyNotes: MythicPlus
## Version: @project-version@
## Notes: Dragonflight MythicPlus Notes
## Notes-ruRU: Заметки к подземельям М+
## Notes-frFR: Dragonflight: Aides pour Mythic+
## OptionalDeps: Ace3
## RequiredDeps: HandyNotes
## SavedVariables: HandyNotes_MythicPlusDB
Expand Down
1 change: 1 addition & 0 deletions Locales/enUS.lua
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ L["NELT_percentage_desc"] = "You can compensate missing % by pulling mobs around
-- Uldaman: Legacy of Tyr (ULD)
L["ULD_percentage"] = "57.22% Before event"
-- The Underrot (UNDR)
L["UNDR_skip"] = "You can use the shortcut after the death of the second boss"
-- The Vortex Pinnacle (VP)
L["VP_slipstream"] = "Use the slipstream to teleport to the other marker"
L["VP_slipstream_desc1"] = "After defeat of Ertan"
Expand Down
1 change: 1 addition & 0 deletions Locales/frFR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ L["Settings_Icons"] = "Réglage des icônes"
L["Settings_iconscale"] = "Taille des icônes"
L["Settings_iconscale_desc"] = "Modifie la taille des icônes"
L["ULD_percentage"] = "57.22% Requis avant l'événement temporel"
L["UNDR_skip"] = "Vous pouvez utiliser le raccourci après la défaite du second boss"
L["VP_slipstream"] = "Utilisez le sillage pour vous téléporter sur l'autre marqueur"
L["VP_slipstream_desc1"] = "Après la défaite du Grand Vizier Ertan"
L["VP_slipstream_desc2"] = "Après la défaite d'Altairus"
3 changes: 2 additions & 1 deletion Locales/ruRU.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ local myname, ns = ...

local L = LibStub("AceLocale-3.0"):NewLocale(myname, "ruRU")
if not L then return end

L["AA_black_drake"] = "|cff00ff7f+5% к критическому удару|r"
L["AA_black_drake_desc"] = "|cffff0025Чёрный Дракон|r"
L["AA_blue_drake"] = "|cff00ff7f+584 к искусности|r"
Expand Down Expand Up @@ -48,6 +47,8 @@ L["Settings_Icons"] = "Настройки значка"
L["Settings_iconscale"] = "Масштаб значка"
L["Settings_iconscale_desc"] = "Масштаб значков"
L["ULD_percentage"] = "|cff00ffff57.22% до события|r"
--[[Translation missing --]]
--[[ L["UNDR_skip"] = "You can use the shortcut after the death of the second boss"--]]
L["VP_slipstream"] = "|cff00ffffИспользуйте скользящий поток, чтобы телепортироваться к другому маркеру|r"
L["VP_slipstream_desc1"] = "|cffff0025После поражения Эртана|r"
L["VP_slipstream_desc2"] = "|cffff0025После поражения Альтаирия|r"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Available in English, French, Spanish and Russian, looking for translators: [Cur
### Uldaman: Legacy of Tyr (ULD)
- Percentage required before time event
### The Underrot (UNDR)
- Skip location
### The Vortex Pinnacle (VP)
- Location of slipstreams

Expand Down
6 changes: 6 additions & 0 deletions nodes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,12 @@ ns.points = {
},
-- The Underrot (UNDR)
[1041] = {
[55525341] = {
["title"] = L["UNDR_skip"],
["cont"] = false,
["icon"] = 12,
["desc"] = "",
},
},
-- The Vortex Pinnacle (VP)
[325] = {
Expand Down

0 comments on commit e78bcee

Please sign in to comment.