More missed localization strings - a never-ending battle
This commit is contained in:
parent
dadf9cbac8
commit
5758985bfb
2 changed files with 5 additions and 3 deletions
|
|
@ -21,8 +21,8 @@
|
|||
<app-person-card [entity]="item" [title]="item.name" [imageUrl]="imageService.getPersonImage(item.id)" (clicked)="goToPerson(item)">
|
||||
<ng-template #subtitle>
|
||||
<div class="d-flex justify-content-evenly">
|
||||
<div style="font-size: 12px">{{item.seriesCount | compactNumber}} series</div>
|
||||
<div style="font-size: 12px">{{item.issueCount | compactNumber}} issues</div>
|
||||
<div style="font-size: 12px">{{t('series-count', {num: item.seriesCount | compactNumber})}}</div>
|
||||
<div style="font-size: 12px">{{t('issue-count', {num: item.issueCount | compactNumber})}}</div>
|
||||
</div>
|
||||
</ng-template>
|
||||
</app-person-card>
|
||||
|
|
|
|||
|
|
@ -1106,7 +1106,9 @@
|
|||
"browse-authors": {
|
||||
"title": "Browse Authors & Writers",
|
||||
"author-count": "{{num}} People",
|
||||
"cover-image-description": "{{edit-series-modal.cover-image-description}}"
|
||||
"cover-image-description": "{{edit-series-modal.cover-image-description}}",
|
||||
"issue-count": "{{common.issue-count}}",
|
||||
"series-count": "{{common.series-count}}"
|
||||
},
|
||||
|
||||
"person-detail": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue