Skip to content

Commit

Permalink
ruRU: Fix armor breakdown
Browse files Browse the repository at this point in the history
  • Loading branch information
raethkcj committed Nov 15, 2022
1 parent 86c03af commit 31104cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions locales/ruRU.lua
Original file line number Diff line number Diff line change
Expand Up @@ -629,10 +629,10 @@ L["numberPatterns"] = {
{pattern = "дополнительно (%d+)", addInfo = "AfterNumber", space = " ", }, -- for "add xx stat" type pattern, ex: Adamantite Sharpening Stone
-- Added [^%%] so that it doesn't match strings like "Increases healing by up to 10% of your total Intellect." [Whitemend Pants] ID: 24261
-- Added [^|] so that it doesn't match enchant strings (JewelTips)
{pattern = "на (%d+)([^%d%%|]+)", addInfo = "AfterNumber", space = " ", }, -- [發光的暗影卓奈石] +6法術傷害及5耐力
{pattern = "(%d+)%f[^%d%%|]", addInfo = "AfterNumber", space = " ", }, -- [發光的暗影卓奈石] +6法術傷害及5耐力
}
L["separators"] = {
"/", " и ", ",", "%. ", " для ", "&", ":",
"/", " и ", ",", "%. ", " для ", "&", ": %f[^%d]",
-- Fix for [Mirror of Truth]
-- Equip: Chance on melee and ranged critical strike to increase your attack power by 1000 for 10 secs.
-- 1000 was falsely detected detected as ranged critical strike
Expand Down Expand Up @@ -680,7 +680,7 @@ L["statList"] = {
{pattern = "рейтинг пробивания брони", id = CR_ARMOR_PENETRATION},
{pattern = "рейтингу пробивания брони", id = CR_ARMOR_PENETRATION},
{pattern = "рейтинга пробивания брони", id = CR_ARMOR_PENETRATION},
{pattern = "Броня", id = ARMOR},
{pattern = "броня", id = ARMOR},
{pattern = "брони", id = ARMOR},
{pattern = "броню", id = ARMOR},
{pattern = "броне", id = ARMOR},
Expand Down

0 comments on commit 31104cf

Please sign in to comment.