From bb2774e89e9a7c3c7fa8058d9b1b32e808bb74c4 Mon Sep 17 00:00:00 2001 From: Ackis Date: Sat, 24 Oct 2009 08:45:25 +0000 Subject: [PATCH] Make darkmoon faire and day of the dead translatable. --- Locals/testenUS.lua | 2 ++ RecipeDB/ARL-Seasonal.lua | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Locals/testenUS.lua b/Locals/testenUS.lua index 9188d12..7442dca 100644 --- a/Locals/testenUS.lua +++ b/Locals/testenUS.lua @@ -1507,3 +1507,5 @@ L["Zorbin Fandazzle"] = true L["Zula Slagfury"] = true L["Zurai"] = true L["Zurii"] = true +L["Darkmoon Faire"] = true +L["Day of the Dead"] = true diff --git a/RecipeDB/ARL-Seasonal.lua b/RecipeDB/ARL-Seasonal.lua index 4f143d5..fff6ff4 100644 --- a/RecipeDB/ARL-Seasonal.lua +++ b/RecipeDB/ARL-Seasonal.lua @@ -47,13 +47,13 @@ function addon:InitSeasons(SeasonDB) self:addLookupList(SeasonDB,1,name,seasonal) name = GetCategoryInfo(160) -- Lunar Festival self:addLookupList(SeasonDB,2,name,seasonal) - name = "Darkmoon Faire" -- Darkmoon Faire + name = L["Darkmoon Faire"] -- Darkmoon Faire self:addLookupList(SeasonDB,3,name,seasonal) name = GetCategoryInfo(161) -- Midsummer self:addLookupList(SeasonDB,4,name,seasonal) name = GetCategoryInfo(14981) -- Pilgrim's Bounty self:addLookupList(SeasonDB,5,name,seasonal) - name = "Day of the Dead" -- Day of the Dead + name = L["Day of the Dead"] -- Day of the Dead self:addLookupList(SeasonDB,6,name,seasonal) end -- 1.7.9.5