forked from wallabag/wallabag
Add sorting function to filter view
Fixes #2178 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
@ -237,6 +237,14 @@ entry:
|
||||
untagged: Untagged entries
|
||||
all: All entries
|
||||
same_domain: Same domain
|
||||
sort:
|
||||
status_label: Sort by
|
||||
order_label: Order
|
||||
by:
|
||||
creation_date: Creation date
|
||||
title: Title
|
||||
ascending: Ascending
|
||||
descending: Descending
|
||||
list:
|
||||
number_on_the_page: '{0} There are no entries.|{1} There is one entry.|]1,Inf[ There are %count% entries.'
|
||||
reading_time: estimated reading time
|
||||
|
||||
Reference in New Issue
Block a user