Filtering Bugs + OPDS Want To Read (#2210)
* Fixed Summary not allowing an empty field, as it should allow that. * Cleaned up some localization wording and put a todo for a bug with library filtering not working. * Added Want to Read to OPDS stream * Implemented the ability to disable adding filter rows for bookmarks page which only supports one filter type. * Fixed the library filtering code * Fixed a bunch of titles across the app. Fixed about system page not showing data quick enough. * Hide API key by default and show a button to unhide. Fixed a styling issue with input group buttons. * Fixed a hack to support zh_Hans language code to work for things like pt-br as well. * Fixed transloco not supporting same language scheme as Weblate, but somehow needs all languages. * Fixed the rating on series detail not being inline with other sections
This commit is contained in:
parent
f472745ae4
commit
59c7ef5aa5
25 changed files with 217 additions and 111 deletions
|
|
@ -267,6 +267,7 @@
|
|||
|
||||
"api-key": {
|
||||
"copy": "Copy",
|
||||
"show": "Show",
|
||||
"regen-warning": "Regenerating your API key will invalidate any existing clients.",
|
||||
"no-key": "ERROR - KEY NOT SET",
|
||||
"confirm-reset": "This will invalidate any OPDS configurations you have setup. Are you sure you want to continue?",
|
||||
|
|
@ -1694,7 +1695,7 @@
|
|||
"or": "Match any of the following",
|
||||
"and": "Match all of the following",
|
||||
"add-rule": "Add Rule",
|
||||
"remove-rule": "Remove Row {{num}}"
|
||||
"remove-rule": "Remove Row"
|
||||
},
|
||||
|
||||
"filter-field-pipe": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue