pingzing / LittleBuster

A tiny WoW TBC Classic replacement for RatingBuster.
GNU General Public License v3.0
6 stars 4 forks source link

[Locale-CN] block value and block rating issue #19

Closed clijiac closed 2 years ago

clijiac commented 3 years ago

盾牌格挡值 = (block value) 盾牌格挡等级 = (block rating)

so

strings.zhCN.tl Line 62 shoule be

{ pattern = "使你的盾牌格挡等级提高(%d+)", location = "AfterValue" },
{ pattern = "使你的盾牌格挡等级提高(%d+点)", location = "AfterValue" },

not

{ pattern = "使你的盾牌格挡值提高(%d+)", location = "AfterValue" },
{ pattern = "使你的盾牌格挡值提高(%d+点)", location = "AfterValue" },
pingzing commented 3 years ago

Oh, shoot. Thanks for the heads-up, I'll make sure to fix this in the next release.

pingzing commented 2 years ago

Fixed with #23. Will go out in the next release. If you could check that it's been fixed, that'd be fantastic!