File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1436,6 +1436,7 @@ issues.next = Next
14361436issues.open_title = Open
14371437issues.closed_title = Closed
14381438issues.draft_title = Draft
1439+ issues.num_comments_1 = %d comment
14391440issues.num_comments = %d comments
14401441issues.commented_at = `commented <a href="#%s">%s</a>`
14411442issues.delete_comment_confirm = Are you sure you want to delete this comment?
Original file line number Diff line number Diff line change 111111 {{$.locale.Tr "repo.issues.opened_by_fake" $createdStr (.Issue.Poster.GetDisplayName|Escape) | Safe}}
112112 {{end}}
113113 ·
114- {{$.locale.Tr "repo.issues.num_comments" .Issue.NumComments}}
114+ {{$.locale.TrN .Issue.NumComments "repo.issues.num_comments_1" "repo.issues.num_comments" .Issue.NumComments}}
115115 </span>
116116 {{end}}
117117 </div>
You can’t perform that action at this time.
0 commit comments