From 80aa544673f14de3bf1e9bded1e3492b3909a67d Mon Sep 17 00:00:00 2001 From: Inkorest <1394689456@qq.com> Date: Sun, 21 Jun 2026 23:49:27 +0800 Subject: [PATCH] fix: resolve i18n suffix errors --- locales/zh/tournament.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/zh/tournament.json b/locales/zh/tournament.json index 4f157aeb2..338bbbb2c 100644 --- a/locales/zh/tournament.json +++ b/locales/zh/tournament.json @@ -122,7 +122,8 @@ "staff.editOrganization": "编辑组织", "actions.addSub": "添加替补", "actions.shareLink": "分享您的邀请链接以添加成员: {{inviteLink}}", - "actions.sub.prompt": "您仍可以向阵容中添加 {{count}} 名替补", + "actions.sub.prompt_other": "您仍可以向阵容中添加 {{count}} 名替补", + "actions.sub.prompt_one": "您仍可以向阵容中添加 {{count}} 名替补", "actions.sub.prompt_zero": "您的阵容已满,无法添加更多替补", "actions.finalize": "正在结束赛事", "actions.finalize.button": "结束赛事",