Add option to include and exclude categories from the global update (#265)

This commit is contained in:
schroda
2023-04-22 13:03:51 +02:00
committed by GitHub
parent 79b2305e54
commit 9a27335760
5 changed files with 262 additions and 0 deletions

View File

@@ -210,6 +210,8 @@
},
"error": {
"label": {
"failed_to_load_data": "Unable to load data",
"failed_to_save_changes": "Failed to save changes",
"invalid_action": "This is not a valid Action",
"invalid_file_type": "invalid file type!",
"update_failed": "Checking for updates failed!"
@@ -235,6 +237,7 @@
"display": "Display",
"filter": "Filter",
"loading": "Loading...",
"none": "None",
"sort": "Sort"
},
"language": {
@@ -285,6 +288,19 @@
}
}
},
"settings": {
"global_update": {
"categories": {
"label": {
"exclude": "Exclude: {{excludedCategoriesText}}",
"include": "Include: {{includedCategoriesText}}",
"info": "Entries in excluded categories will not be updated even if they are also in included categories"
}
},
"title": "Global update"
},
"title": "Library Settings"
},
"title": "Library"
},
"manga": {