罗马尼亚
0 προϊόν
${function() {
const product_total = data.total;
const renderText = `{count} προϊόντα`;
if (product_total == 0) {
return `0 προϊόν`
} else if (product_total == 1) {
return `1 προϊόν`
} else {
return renderText.replace('{count}', product_total)
}
}()}
Λυπούμαστε, δεν υπάρχουν προϊόντα σε αυτήν τη συλλογή.