File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1430,6 +1430,7 @@ issues.next = Next
1430
1430
issues.open_title = Open
1431
1431
issues.closed_title = Closed
1432
1432
issues.draft_title = Draft
1433
+ issues.num_comments_1 = %d comment
1433
1434
issues.num_comments = %d comments
1434
1435
issues.commented_at = `commented <a href="#%s">%s</a>`
1435
1436
issues.delete_comment_confirm = Are you sure you want to delete this comment?
Original file line number Diff line number Diff line change 111
111
{{$.locale.Tr "repo.issues.opened_by_fake" $createdStr (.Issue.Poster.GetDisplayName|Escape) | Safe}}
112
112
{{end}}
113
113
·
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}}
115
115
</span>
116
116
{{end}}
117
117
</div>
You can’t perform that action at this time.
0 commit comments