From 7eb6088bd564c8d1944def37be7108af195c98f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=B6=E6=99=BA=E4=B9=83=E5=8F=8D=E4=B8=8D=E8=83=BD?= =?UTF-8?q?=E5=8F=8A?= <100760086+qznfbnj@users.noreply.github.com> Date: Wed, 26 Jun 2024 18:20:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E6=94=B9=E8=BF=9B=EF=BC=9A=E4=B8=A2?= =?UTF-8?q?=E5=BC=83=E4=BB=93=E5=BA=93=E5=90=8D=E7=BB=93=E5=B0=BE=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E5=8F=B7=20(#193)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 其智乃反不能及 <100760086+qznfbnj@users.noreply.github.com> Signed-off-by: 是小胖呀26 <122529705+wuyuncheng-26@users.noreply.github.com> Co-authored-by: 是小胖呀26 <122529705+wuyuncheng-26@users.noreply.github.com> --- locals.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locals.js b/locals.js index 5f5852b41..9e3f1cbf3 100644 --- a/locals.js +++ b/locals.js @@ -7136,7 +7136,7 @@ I18N.zh["repository/issues"] = { // 仓库 - 议题页面 ...I18N.zh["repository-public"]["regexp"], ...I18N.zh["repository/pull_issue_public"]["regexp"], - [/Want to contribute to ([^ ]+)/, "想为 $1 做贡献吗?"], + [/Want to contribute to ([^ ]+)\?/, "想为 $1 做贡献?"], [/Awaiting requested review from ([^ ]+)/, "正在等待 $1 审查请求"], [/([\d,]+) Open/, "$1 打开"], [/([\d,]+) Closed/, "$1 已关闭"], @@ -7147,7 +7147,7 @@ I18N.zh["repository/issues"] = { // 仓库 - 议题页面 [/(\d+) tasks? done/, "$1 个任务完成"], [/(\d+) of (\d+) tasks?/, "$1 / $2 个任务"], [/(\d+) tasks?/, "$1 个任务"], - [/First time contributing to ([^ ]+)?/, "首次为 $1 做贡献?"], + [/First time contributing to ([^ ]+)\?/, "首次为 $1 做贡献?"], // 具体某条议题 ///issues/ [/· ([\d,]+) comments?/, "• $1 条评论"],