Add manga to default categories when adding to library

This commit is contained in:
schroda
2023-10-19 20:48:43 +02:00
parent e2fed69c90
commit 2297f36efb
2 changed files with 29 additions and 3 deletions

View File

@@ -268,7 +268,15 @@
"error": {
"label": {
"empty": "Your library is empty",
"no_matches": "No manga matches this filter"
"no_matches": "No manga matches this filter",
"add_to_library": "Added manga to library!",
"remove_from_library": "Could not add manga to library!"
}
},
"info": {
"label": {
"added_to_library": "Added manga to library!",
"removed_from_library": "Removed manga from library!"
}
},
"option": {