Skip to content

Commit

Permalink
Add few missing locale strings
Browse files Browse the repository at this point in the history
  • Loading branch information
snowflame0 committed Jun 10, 2024
1 parent 8b7507d commit 0ee7849
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 6 additions & 6 deletions AtlasLootClassic_Crafting/data-cata.lua
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ data["BlacksmithingCata"] = {
}
},
{ -- Axes
name = AL["Weapons"].." - "..AL["Axes"],
name = AL["Weapons"].." - "..ALIL["Axes"],
[NORMAL_DIFF] = {
{ 1, "INV_sword_04", nil, ALIL["One-Handed Axes"] },
{ 2, 99655 }, -- Elementium-Edged Scalper
Expand All @@ -169,7 +169,7 @@ data["BlacksmithingCata"] = {
}
},
{ -- Maces
name = AL["Weapons"].." - "..AL["Maces"],
name = AL["Weapons"].." - "..ALIL["Maces"],
[NORMAL_DIFF] = {
{ 1, "INV_sword_04", nil, ALIL["One-Handed Maces"] },
{ 2, 99654 }, -- Lightforged Elementium Hammer
Expand All @@ -180,7 +180,7 @@ data["BlacksmithingCata"] = {
}
},
{ -- Swords
name = AL["Weapons"].." - "..AL["Swords"],
name = AL["Weapons"].." - "..ALIL["Swords"],
[NORMAL_DIFF] = {
{ 1, "INV_sword_04", nil, ALIL["One-Handed Swords"] },
{ 2, 99657 }, -- Unbreakable Guardian
Expand All @@ -191,7 +191,7 @@ data["BlacksmithingCata"] = {
}
},
{ -- Polearms
name = AL["Weapons"].." - "..AL["Polearms"],
name = AL["Weapons"].." - "..ALIL["Polearms"],
[NORMAL_DIFF] = {
{ 1, "INV_sword_06", nil, ALIL["Polearms"] },
{ 2, 99660 }, -- Witch Hunter's Harvester
Expand Down Expand Up @@ -554,7 +554,7 @@ data["InscriptionCata"] = {
CorrespondingFields = private.INSCRIPTION_LINK,
items = {
{
name = AL["Armor"].." - "..ALIL["Off Hand"],
name = ALIL["Armor"].." - "..ALIL["Off Hand"],
[NORMAL_DIFF] = {
{ 1, 86640 }, -- Lord Rottington's Pressed Wisp Book
{ 2, 86616 }, -- Book of Blood
Expand All @@ -564,7 +564,7 @@ data["InscriptionCata"] = {
}
},
{
name = AL["Armor"].." - "..ALIL["Relic"],
name = ALIL["Armor"].." - "..ALIL["Relic"],
[NORMAL_DIFF] = {
{ 1, 86647 }, -- Etched Horn
{ 2, 86648 }, -- Manual of the Planes
Expand Down
2 changes: 2 additions & 0 deletions CF_Locales/Crafting.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ AL["Fish"] = "Fish"
AL["Fishes"] = "Fishes"
AL["Flares"] = "Flares"
AL["Flasks"] = "Flasks"
AL["Glyphs"] = "Glyphs"
AL["Healing/Mana Potions"] = "Healing/Mana Potions"
AL["Journeyman"] = "Journeyman"
AL["Maces"] = "Maces"
Expand All @@ -26,6 +27,7 @@ AL["Raw Gems"] = "Raw Gems"
AL["Resistance"] = "Resistance"
AL["Ring"] = "Ring"
AL["Secondary Professions"] = "Secondary Professions"
AL["Scrolls"] = "Scrolls"
AL["Smelting"] = "Smelting"
AL["Special Elixirs"] = "Special Elixirs"
AL["Spell Damage"] = "Spell Damage"
Expand Down

0 comments on commit 0ee7849

Please sign in to comment.