NovuN
Novu2y ago
Shaun

Pluralization in the Translation Management Platform

Hi there! I am making use of the new translation management platform and was curious what the proper way to handle pluralization is.

I see the existing pluralization logic:
{{ pluralize count "stringForOne" "stringForMany" }}

For the translation management provider, I've been able to use:
{{ i18n "container.keyname" count=step.total_count }}
{
  "keyname": "{{count}} items"
}


With the i18n provider, how do we make use of different keys based on how many items to use? Thank you in advance!
Was this page helpful?