【本地化】战斗统计部分效果添加翻译
parent
1e784087c9
commit
6b6fd062c8
|
@ -297,7 +297,7 @@ function this.GetSpecialText(key, value)
|
|||
if type == BuffName.Shield then
|
||||
color = UIColorStr.GREEN
|
||||
end
|
||||
s = s .. string.format(Language[12158], config.Describe, color, v)
|
||||
s = s .. string.format(Language[12158], GetLanguageStrById(config.Describe), color, v)
|
||||
end
|
||||
end
|
||||
return s
|
||||
|
|
Loading…
Reference in New Issue