Skip to content

Commit

Permalink
Update localization.ru.lua (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hollicsh authored Apr 14, 2024
1 parent 85aab3f commit 3734884
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion DBM-Challenges/localization.ru.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ local L
L = DBM:GetModLocalization("d640")

L:SetMiscLocalization({
Endless = "Бесконечный",--Could not find a global for this one.
Bronze = "Бронза",--Blizzard удалила глобальную локализацию из игры, теперь ее нужно делать вручную
Silver = "Серебро",--Blizzard удалила глобальную локализацию из игры, теперь ее нужно делать вручную
Gold = "Золото",--Blizzard удалила глобальную локализацию из игры, теперь ее нужно делать вручную
Endless = "Бесконечный",
ReplyWhisper = "<Deadly Boss Mods> %s занят на арене испытаний (Режим: %s Волна: %d)"
})

Expand Down

0 comments on commit 3734884

Please sign in to comment.