mirror of
https://github.com/go-gitea/gitea.git
synced 2026-02-05 15:48:03 +01:00
Add new comment types for WIP prefix changes
- Added CommentTypeMarkedAsWorkInProgress and CommentTypeMarkedAsReadyForReview - Updated ChangeIssueTitle to detect WIP prefix changes - Added locale strings for the new messages - Updated template to render new comment types Co-authored-by: silverwind <115237+silverwind@users.noreply.github.com>
This commit is contained in:
@@ -1447,6 +1447,8 @@
|
||||
"repo.issues.remove_assignee_at": "was unassigned by <b>%s</b> %s",
|
||||
"repo.issues.remove_self_assignment": "removed their assignment %s",
|
||||
"repo.issues.change_title_at": "changed title from <b><strike>%s</strike></b> to <b>%s</b> %s",
|
||||
"repo.issues.marked_as_work_in_progress": "marked the pull request as work in progress %s",
|
||||
"repo.issues.marked_as_ready_for_review": "marked the pull request as ready for review %s",
|
||||
"repo.issues.change_ref_at": "changed reference from <b><strike>%s</strike></b> to <b>%s</b> %s",
|
||||
"repo.issues.remove_ref_at": "removed reference <b>%s</b> %s",
|
||||
"repo.issues.add_ref_at": "added reference <b>%s</b> %s",
|
||||
|
||||
Reference in New Issue
Block a user