Add sort options to migration list

This commit is contained in:
schroda
2024-09-30 04:01:23 +02:00
parent c2fbf0253c
commit 6ca16b9449
8 changed files with 174 additions and 21 deletions

View File

@@ -423,10 +423,12 @@
},
"sort": {
"label": {
"asc": "Ascending",
"by_chapter_number": "By chapter number",
"by_fetch_date": "By date fetched",
"by_source": "By source",
"by_upload_date": "By upload date"
"by_upload_date": "By upload date",
"desc": "Descending"
}
},
"time": {
@@ -735,6 +737,10 @@
"search": {
"title": "$t(migrate.title) \"{{title}}\""
},
"sort": {
"by_manga_count": "By manga count",
"by_source_name": "By source name"
},
"title": "Migrate"
},
"reader": {