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:
For the translation management provider, I've been able to use:
With the i18n provider, how do we make use of different keys based on how many items to use? Thank you in advance!
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 }}With the i18n provider, how do we make use of different keys based on how many items to use? Thank you in advance!
