From fdc83f487af1f88660498ba96a2d22883a76ff10 Mon Sep 17 00:00:00 2001
From: yutio888 <yutio888@qq.com>
Date: Thu, 5 Nov 2020 17:22:14 +0800
Subject: [PATCH] i18n: fix translation text issue

---
 game/engines/default/data/locales/engine/zh_hans.lua | 1 +
 game/modules/tome/data/locales/zh_hans.lua           | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/game/engines/default/data/locales/engine/zh_hans.lua b/game/engines/default/data/locales/engine/zh_hans.lua
index 9692d22cad..8a4d9c0fb3 100644
--- a/game/engines/default/data/locales/engine/zh_hans.lua
+++ b/game/engines/default/data/locales/engine/zh_hans.lua
@@ -32,6 +32,7 @@ t("Portal Room", "传送门房间", nil)
 t("Rhalore", "罗兰精灵", nil)
 t("Sandworm Burrowers", "钻地沙虫", nil)
 t("Shalore", "永恒精灵", nil)
+t("Shasshhiy'Kaish", "莎西·凯希", nil)
 t("Sher'Tul", "夏·图尔", nil)
 t("Slavers", "奴隶贩子", nil)
 t("Sorcerers", "法师", nil)
diff --git a/game/modules/tome/data/locales/zh_hans.lua b/game/modules/tome/data/locales/zh_hans.lua
index 9bba319543..c0a99aa453 100644
--- a/game/modules/tome/data/locales/zh_hans.lua
+++ b/game/modules/tome/data/locales/zh_hans.lua
@@ -28750,7 +28750,7 @@ t([[Slam your shield on the ground creating a shockwave.
 		At level 5 your Block cooldown is reset.]], [[用盾牌猛击地面,制造冲击波。
 		对半径 %d 内的生物造成 %d%% 奥术武器伤害。
 		所有被击中的目标将会进入可以反击的状态 3 回合,就像你格挡了它们的攻击那样。
-		在等级 5 时,你的格挡技能冷却也会被重置。]], "tformat")
+		在等级 5 时,你的格挡技能冷却也会被重置。]], "tformat", {2,1})
 
 
 ------------------------------------------------
-- 
GitLab