Skip to content

Commit

Permalink
locale updates
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Sep 30, 2016
1 parent f0af8f2 commit ec42328
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Nightmare/Locales/deDE.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ L = BigWigs:NewBossLocale("Emerald Nightmare Trash", "deDE")
if L then
L.gelatinizedDecay = "Verrottender Schleim"
--L.befouler = "Taintheart Befouler"
--L.shaman = "Dire Shaman"
L.shaman = "Terrorschamane"
end

L = BigWigs:NewBossLocale("Ursoc", "deDE")
Expand Down
2 changes: 1 addition & 1 deletion Nightmare/Locales/frFR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ L = BigWigs:NewBossLocale("Emerald Nightmare Trash", "frFR")
if L then
--L.gelatinizedDecay = "Gelatinized Decay" -- to translate
L.befouler = "Corrupteur cœur-corrompu"
--L.shaman = "Dire Shaman"
L.shaman = "Chaman redoutable"
end

L = BigWigs:NewBossLocale("Ursoc", "frFR")
Expand Down
2 changes: 1 addition & 1 deletion Nightmare/Locales/ruRU.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ L = BigWigs:NewBossLocale("Emerald Nightmare Trash", "ruRU")
if L then
L.gelatinizedDecay = "Сгустившаяся гниль"
L.befouler = "Скверносерд-осквернитель"
--L.shaman = "Dire Shaman"
L.shaman = "Дикий шаман"
end

L = BigWigs:NewBossLocale("Ursoc", "ruRU")
Expand Down

0 comments on commit ec42328

Please sign in to comment.