Comic Rework Bugfixes Round 1 (#2774)
This commit is contained in:
parent
d29dd59964
commit
3e813534f9
13 changed files with 260 additions and 85 deletions
|
@ -18,6 +18,10 @@ export class LibraryTypePipe implements PipeTransform {
|
|||
return this.translocoService.translate('library-type-pipe.book');
|
||||
case LibraryType.Comic:
|
||||
return this.translocoService.translate('library-type-pipe.comic');
|
||||
case LibraryType.ComicVine:
|
||||
return this.translocoService.translate('library-type-pipe.comicVine');
|
||||
case LibraryType.Images:
|
||||
return this.translocoService.translate('library-type-pipe.image');
|
||||
case LibraryType.Manga:
|
||||
return this.translocoService.translate('library-type-pipe.manga');
|
||||
default:
|
||||
|
|
|
@ -497,7 +497,9 @@
|
|||
"library-type-pipe": {
|
||||
"book": "Book",
|
||||
"comic": "Comic",
|
||||
"manga": "Manga"
|
||||
"manga": "Manga",
|
||||
"comicVine": "ComicVine",
|
||||
"image": "Image"
|
||||
},
|
||||
|
||||
"age-rating-pipe": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue