diff options
author | Unknwon <u@gogs.io> | 2015-08-13 23:21:43 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-13 23:21:43 +0800 |
commit | 1fb53067f478414302096d5d976a3db85df9e2eb (patch) | |
tree | b1b8ba83989fe5edd346a26c6bd0068abbb4d533 /conf | |
parent | 0ec7d1539b177dbe55f3c68691b0c9f8e35193a9 (diff) | |
download | gitea-1fb53067f478414302096d5d976a3db85df9e2eb.tar.gz gitea-1fb53067f478414302096d5d976a3db85df9e2eb.zip |
finish close/reopen issue
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 8d886d2ec0..f1d96887e2 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -409,7 +409,10 @@ issues.commented_at = `commented at <a id="%[1]s" href="#%[1]s">%[2]s</a>` issues.no_content = There is no content yet. issues.close_issue = Close issues.close_comment_issue = Close and comment +issues.reopen_issue = Reopen +issues.reopen_comment_issue = Reopen and comment issues.create_comment = Comment +issues.closed_at = `closed at <a id="%[1]s" href="#%[1]s">%[2]s</a>` issues.label_title = Label name issues.label_color = Label color issues.label_count = %d labels |