Keys-Frames: added use of HEROIC_PREFIX global string instead of manual localization

This commit is contained in:
telkar-rg
2023-11-03 14:33:22 +01:00
parent 2f86c271c5
commit d729952ee2
10 changed files with 23 additions and 15 deletions
+12 -6
View File
@@ -342,7 +342,8 @@ local KeyList = {
{
name = L["Heroic"]..": "..BZ["Hellfire Citadel"],
-- name = L["Heroic"]..": "..BZ["Hellfire Citadel"],
name = format(HEROIC_PREFIX, BZ["Hellfire Citadel"]),
faction=true,
notes = {L["KEY_NOTE_HellfireCitadel_A"], L["KEY_NOTE_HellfireCitadel_H"]},
-- notes = L["KEY_NOTE_HellfireCitadel"],
@@ -355,7 +356,8 @@ local KeyList = {
icon = "inv_misc_key_13"
}, -- Flamewrought Key
{
name = L["Heroic"]..": "..BZ["Coilfang Reservoir"],
-- name = L["Heroic"]..": "..BZ["Coilfang Reservoir"],
name = format(HEROIC_PREFIX, BZ["Coilfang Reservoir"]),
notes = L["KEY_NOTE_CoilfangReservoir"],
aquisition = {
type="repitem",
@@ -365,7 +367,8 @@ local KeyList = {
icon = "inv_misc_key_13"
}, -- Reservoir Key
{
name = L["Heroic"]..": "..BZ["Auchindoun"],
-- name = L["Heroic"]..": "..BZ["Auchindoun"],
name = format(HEROIC_PREFIX, BZ["Auchindoun"]),
notes = L["KEY_NOTE_Auchindoun"],
aquisition = {
type="repitem",
@@ -375,7 +378,8 @@ local KeyList = {
icon = "inv_misc_key_11"
}, -- Auchenai Key
{
name = L["Heroic"]..": "..BZ["Tempest Keep"],
-- name = L["Heroic"]..": "..BZ["Tempest Keep"],
name = format(HEROIC_PREFIX, BZ["Tempest Keep"]),
notes = L["KEY_NOTE_TempestKeep"],
aquisition = {
type="repitem",
@@ -385,7 +389,8 @@ local KeyList = {
icon = "inv_misc_key_09"
}, -- Warpforged Key
{
name = L["Heroic"]..": "..BZ["Caverns of Time"],
-- name = L["Heroic"]..": "..BZ["Caverns of Time"],
name = format(HEROIC_PREFIX, BZ["Caverns of Time"]),
notes = L["KEY_NOTE_CavernsofTime"],
aquisition = {
type="repitem",
@@ -396,7 +401,8 @@ local KeyList = {
}, -- Key of Time
{
name = L["Heroic"]..": "..BZ["Magisters' Terrace"],
-- name = L["Heroic"]..": "..BZ["Magisters' Terrace"],
name = format(HEROIC_PREFIX, BZ["Magisters' Terrace"]),
notes = L["KEY_NOTE_MagistersTerrace"],
aquisition = { type="quest", quest={11488,11490,11492} },
icon = "ability_warrior_innerrage"
+2 -1
View File
@@ -731,8 +731,9 @@ L[ [=[Your confirmation will still be required any time someone requests your in
L["Zelemar the Wrathful"] = "Zelemar der Hasserfüllte"
L["Zone"] = true
-- Character-Frame: Keys
L["Keys"] = "Schlüssel"
L["Heroic"] = "Heroisch"
L["Required reputation"] = "Benötigter Ruf"
L["KEY_NOTE_Lockpick"] = "Alternative: |cffff8040Schlossknacken %d+|r"
+2 -1
View File
@@ -703,8 +703,9 @@ L[ [=[Your confirmation will still be required any time someone requests your in
L["Zelemar the Wrathful"] = true
L["Zone"] = true
-- Character-Frame: Keys
L["Keys"] = true
L["Heroic"] = true
L["Required reputation"] = true
L["KEY_NOTE_Lockpick"] = "Alternative: |cffff8040Lockpicking %d+|r"
+1 -1
View File
@@ -735,5 +735,5 @@ L[ [=[Your confirmation will still be required any time someone requests your in
L["Zelemar the Wrathful"] = "Zelemar El Colérico"
L["Zone"] = "Zona"
-- Character-Frame: Keys
L["Keys"] = "Llaves"
L["Heroic"] = "Heróico"
+1 -1
View File
@@ -706,5 +706,5 @@ L[ [=[Your confirmation will still be required any time someone requests your in
L["Zelemar the Wrathful"] = "Zelemar El Colérico"
L["Zone"] = "Zona"
-- Character-Frame: Keys
L["Keys"] = "Llaves"
L["Heroic"] = "Heróico"
+1 -1
View File
@@ -742,5 +742,5 @@ L[ [=[Your confirmation will still be required any time someone requests your in
L["Zelemar the Wrathful"] = "Zelemar le Courroucé"
L["Zone"] = true
-- Character-Frame: Keys
L["Keys"] = "Clés"
L["Heroic"] = "Héroïque"
+1 -1
View File
@@ -694,5 +694,5 @@ L[ [=[Your confirmation will still be required any time someone requests your in
L["Zelemar the Wrathful"] = true
L["Zone"] = "지역"
-- Character-Frame: Keys
L["Keys"] = "열쇠"
L["Heroic"] = "영웅"
+1 -1
View File
@@ -743,5 +743,5 @@ L[ [=[Your confirmation will still be required any time someone requests your in
L["Zelemar the Wrathful"] = "Зелемар Гневный"
L["Zone"] = "Зона"
-- Character-Frame: Keys
L["Keys"] = "Ключи"
L["Heroic"] = "Героик"
+1 -1
View File
@@ -732,5 +732,5 @@ L[ [=[Your confirmation will still be required any time someone requests your in
L["Zelemar the Wrathful"] = "愤怒者塞雷玛尔"
L["Zone"] = "地区"
-- Character-Frame: Keys
L["Keys"] = "钥匙"
L["Heroic"] = "英雄模式"
+1 -1
View File
@@ -739,5 +739,5 @@ L[ [=[Your confirmation will still be required any time someone requests your in
L["Zelemar the Wrathful"] = "憤怒者塞雷瑪爾"
L["Zone"] = "地區"
-- Character-Frame: Keys
L["Keys"] = "钥匙"
L["Heroic"] = "英雄模式"