WoWInterface SVN Aloft

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /branches/preview/Aloft/AloftIsTotemTag
    from Rev 1822 to Rev 1885
    Reverse comparison

Rev 1822 → Rev 1885

AloftIsTotemTagLocale.lua
55,6 → 55,23
 
-----------------------------------------------------------------------------
 
elseif (locale == "frFR") then
 
-----------------------------------------------------------------------------
 
-- shaman totems
--[[ frFR ]] table.insert(L, "^Totem ")
--[[ frFR ]] table.insert(L, "^Totem .+ [IVX]+")
 
-- hunter snake trap spawn
--[[ frFR ]] table.insert(L, "^Vipère$")
--[[ frFR ]] table.insert(L, "^Serpent venimeux$")
 
-- death knight bloodworms
--[[ frFR ]] table.insert(L, "^Ver de sang$") -- so far, this seems to be the only NPC of this name on record
 
-----------------------------------------------------------------------------
 
elseif (locale == "koKR") then
 
-----------------------------------------------------------------------------