Skip to content

Commit

Permalink
加空格 (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
是小胖呀26 authored Aug 16, 2024
1 parent 15fb79d commit 054b38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locals.js
Original file line number Diff line number Diff line change
Expand Up @@ -1540,7 +1540,7 @@ I18N.zh["page-dashboard"] = { // 已登录的首页 - 仪表板(含组织)
[/(\d+) (?:people|person) reacted with (thumbs up|thumbs down|laugh|hooray|confused|heart|rocket|eyes)/, function (all, number, reacted) {
var reactedKey = {'thumbs up': "点赞", 'thumbs down': "点踩", laugh: "大笑", hooray: "欢呼", confused: "表示困惑", heart: "比心", rocket: "发送火箭", eyes: "表示关注"};

return number + '人' + reactedKey[reacted];
return number + ' 人' + reactedKey[reacted];
}],
[/Support ([^ ]+)'s open source work/, "支持 $1 的开源工作"],
[/Start a new repository for/, "创建一个仓库为"],
Expand Down

0 comments on commit 054b38c

Please sign in to comment.