Skip to content

Commit

Permalink
Comment out a broken Russian translation and update others.
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Aug 17, 2016
1 parent 531872e commit 7b58ae2
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions AQ40/Locales/deDE.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ end

L = BigWigs:NewBossLocale("Ahn'Qiraj Trash", "deDE")
if L then
--L.defender = "Anubisath Defender"
--L.crawler = "Vekniss Hive Crawler"
L.defender = "Verteidiger des Anubisath"
L.crawler = "Schwarmkriecher der Vekniss"
end

L = BigWigs:NewBossLocale("C'Thun", "deDE")
Expand Down
4 changes: 2 additions & 2 deletions AQ40/Locales/esES.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ end

L = BigWigs:NewBossLocale("Ahn'Qiraj Trash", "esES") or BigWigs:NewBossLocale("Ahn'Qiraj Trash", "esMX")
if L then
--L.defender = "Anubisath Defender"
--L.crawler = "Vekniss Hive Crawler"
L.defender = "Defensor Anubisath"
L.crawler = "Reptador de la colmena Vekniss"
end

L = BigWigs:NewBossLocale("C'Thun", "esES") or BigWigs:NewBossLocale("C'Thun", "esMX")
Expand Down
4 changes: 2 additions & 2 deletions AQ40/Locales/frFR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ end

L = BigWigs:NewBossLocale("Ahn'Qiraj Trash", "frFR")
if L then
--L.defender = "Anubisath Defender"
--L.crawler = "Vekniss Hive Crawler"
L.defender = "Défenseur Anubisath"
L.crawler = "Rampant de la ruche vekniss"
end

L = BigWigs:NewBossLocale("C'Thun", "frFR")
Expand Down
4 changes: 2 additions & 2 deletions AQ40/Locales/itIT.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ end

L = BigWigs:NewBossLocale("Ahn'Qiraj Trash", "itIT")
if L then
--L.defender = "Anubisath Defender"
--L.crawler = "Vekniss Hive Crawler"
L.defender = "Difensore Anubisath"
L.crawler = "Scorpione dell'Alveare Vekniss"
end

L = BigWigs:NewBossLocale("C'Thun", "itIT")
Expand Down
4 changes: 2 additions & 2 deletions AQ40/Locales/koKR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ end

L = BigWigs:NewBossLocale("Ahn'Qiraj Trash", "koKR")
if L then
--L.defender = "Anubisath Defender"
--L.crawler = "Vekniss Hive Crawler"
L.defender = "아누비사스 문지기"
L.crawler = "집게발 베크니스"
end

L = BigWigs:NewBossLocale("C'Thun", "koKR")
Expand Down
4 changes: 2 additions & 2 deletions AQ40/Locales/ptBR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ end

L = BigWigs:NewBossLocale("Ahn'Qiraj Trash", "ptBR")
if L then
--L.defender = "Anubisath Defender"
--L.crawler = "Vekniss Hive Crawler"
L.defender = "Defensor Anubisath"
L.crawler = "Rastejante de Colmeia Vekniss"
end

L = BigWigs:NewBossLocale("C'Thun", "ptBR")
Expand Down
6 changes: 3 additions & 3 deletions AQ40/Locales/ruRU.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if L then
--L.freeze_desc = "Warn for the different frozen states."
L.freeze_trigger1 = "%s замедлен!!"
L.freeze_trigger2 = "%s заморожен!"
L.freeze_trigger3 = "%s заморожен!\ тело!"
--L.freeze_trigger3 = "%s заморожен!\ тело!"
L.freeze_trigger4 = "%s Начинает трескаться!"
L.freeze_trigger5 = "%s Скоро разобьётся на части!!"
--L.freeze_warn1 = "First freeze phase!"
Expand Down Expand Up @@ -44,8 +44,8 @@ end

L = BigWigs:NewBossLocale("Ahn'Qiraj Trash", "ruRU")
if L then
--L.defender = "Anubisath Defender"
--L.crawler = "Vekniss Hive Crawler"
L.defender = "Анубисат-защитник"
L.crawler = "Векнисский ядохвост"
end

L = BigWigs:NewBossLocale("C'Thun", "ruRU")
Expand Down

0 comments on commit 7b58ae2

Please sign in to comment.