diff options
author | Unknwon <u@gogs.io> | 2015-08-12 17:04:23 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-08-12 17:04:23 +0800 |
commit | b4c0b7b98b925eb470d361d9e90d0032770513ff (patch) | |
tree | 3bd4bd002ac5118d13f3e4b7f54dde4643041c23 /conf | |
parent | b410207dc1f624f9c14a90de97b22634667d762e (diff) | |
download | gitea-b4c0b7b98b925eb470d361d9e90d0032770513ff.tar.gz gitea-b4c0b7b98b925eb470d361d9e90d0032770513ff.zip |
finish view issue without comments and ops
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 4256b523cd..e71bd55d2d 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -402,6 +402,10 @@ issues.filter_type.mentioning_you = Mentioning you issues.opened_by = opened %[1]s by <a href="/%[2]s">%[2]s</a> issues.previous = Previous issues.next = Next +issues.open_title = Open +issues.closed_title = Closed +issues.num_comments = %d comments +issues.commented_at = commented at <a href="%s">%s</a> issues.label_title = Label name issues.label_color = Label color issues.label_count = %d labels |