summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
authorstevegt <stevegt@t7a.org>2019-03-05 15:39:41 +0100
committertechknowlogick <matti@mdranta.net>2019-03-05 09:39:41 -0500
commitb257e0456b819e4ee460acd9d1f449bd09c71ad0 (patch)
treeee487f3e5880bc2cc0a4f31e33afb0da6fdeb4b1 /options
parent4512634604e17734f0111c10efe377c7400cf577 (diff)
downloadgitea-b257e0456b819e4ee460acd9d1f449bd09c71ad0.tar.gz
gitea-b257e0456b819e4ee460acd9d1f449bd09c71ad0.zip
Add ability to sort issues by due date (#6206) (#6244)
Signed-off-by: Steve Traugott <stevegt@t7a.org>
Diffstat (limited to 'options')
-rw-r--r--options/locale/locale_en-US.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index c5a62cb488..f188f1f2ae 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -722,6 +722,8 @@ issues.filter_sort.recentupdate = Recently updated
issues.filter_sort.leastupdate = Least recently updated
issues.filter_sort.mostcomment = Most commented
issues.filter_sort.leastcomment = Least commented
+issues.filter_sort.nearduedate = Nearest due date
+issues.filter_sort.farduedate = Farthest due date
issues.filter_sort.moststars = Most stars
issues.filter_sort.feweststars = Fewest stars
issues.filter_sort.mostforks = Most forks