【本地化】战斗统计部分效果添加翻译

dev_chengFeng
gaoxin 2021-03-05 16:56:27 +08:00
parent 1e784087c9
commit 6b6fd062c8
1 changed files with 1 additions and 1 deletions

View File

@ -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