diff options
author | silverwind <me@silverwind.io> | 2020-04-30 15:49:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-30 14:49:12 +0100 |
commit | 28e5e7fcbca9cd2030c156ec45f6f3cf67b3682e (patch) | |
tree | d83299819a3ea9d2d10e26cdd5c50e364e107993 /options | |
parent | 4468b0b2b21a4645d2c82c9819817b37aab5eaff (diff) | |
download | gitea-28e5e7fcbca9cd2030c156ec45f6f3cf67b3682e.tar.gz gitea-28e5e7fcbca9cd2030c156ec45f6f3cf67b3682e.zip |
Add a 'this' to issue close/reopened messages (#11204)
* add a 'this' to issue close/reopened messages
* add 'this issue/pull request' and create new localization entries
Co-authored-by: Lauris BH <lauris@nix.lv>
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index d85dc39a89..8d188e32e5 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -935,8 +935,8 @@ issues.close_comment_issue = Comment and Close issues.reopen_issue = Reopen issues.reopen_comment_issue = Comment and Reopen issues.create_comment = Comment -issues.closed_at = `closed <a id="%[1]s" href="#%[1]s">%[2]s</a>` -issues.reopened_at = `reopened <a id="%[1]s" href="#%[1]s">%[2]s</a>` +issues.closed_at = `closed this issue <a id="%[1]s" href="#%[1]s">%[2]s</a>` +issues.reopened_at = `reopened this issue <a id="%[1]s" href="#%[1]s">%[2]s</a>` issues.commit_ref_at = `referenced this issue from a commit <a id="%[1]s" href="#%[1]s">%[2]s</a>` issues.ref_issue_from = `<a href="%[3]s">referenced this issue %[4]s</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>` issues.ref_pull_from = `<a href="%[3]s">referenced this pull request %[4]s</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>` @@ -1152,6 +1152,8 @@ pulls.update_branch = Update branch pulls.update_branch_success = Branch update was successful pulls.update_not_allowed = You are not allowed to update branch pulls.outdated_with_base_branch = This branch is out-of-date with the base branch +pulls.closed_at = `closed this pull request <a id="%[1]s" href="#%[1]s">%[2]s</a>` +pulls.reopened_at = `reopened this pull request <a id="%[1]s" href="#%[1]s">%[2]s</a>` milestones.new = New Milestone milestones.open_tab = %d Open |