vue-storefront
vue-storefront copied to clipboard
Category page shows the item counts as string
What is your question / Please describe your issue
in Category.vue I have the following line of code
{{ $t('{count} items', { count: getCategoryProductsTotal }) }}
but it renders as "{count} items", not with the actual value of the count var.
however, if I added {{getCategoryProductsTotal}} outside the translation statement I get the actual value for the total count.

What version of Vue Storefront are you using?
1.12.1
Code of Conduct
- [X] I agree to follow this project's Code of Conduct