mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Current sort order now reflected in human filter description
Plus renamed human_description to human_description_en Refs #189
This commit is contained in:
parent
f3a3820ff5
commit
9f2ec39fbc
4 changed files with 41 additions and 12 deletions
|
|
@ -460,7 +460,7 @@ class Filters:
|
|||
for filter in self._filters:
|
||||
yield filter.key, filter.display, filter.no_argument
|
||||
|
||||
def human_description(self, extra=None):
|
||||
def human_description_en(self, extra=None):
|
||||
bits = []
|
||||
if extra:
|
||||
bits.append(extra)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue