Add pluralization support to the copy summary counts so that values
linked to only a single copy display as "1 copy" instead of "1 copies"
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Ruth Frasur <rfrasur@library.in.gov>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
<ng-template #default>{{count.key}}</ng-template>
</ng-container>
</div>
- <div class="pl-1 border-left" i18n>{{count.value}} copies</div>
+ <div class="pl-1 border-left" i18n>
+ {count.value, plural, =1 {1 copy} other {{{count.value}} copies}}
+ </div>
</ng-container>
</div>
</div>