next-translate icon indicating copy to clipboard operation
next-translate copied to clipboard

Default Translation for Plural Strings

Open wuifdesign opened this issue 3 years ago • 1 comments

I cant find a way to add default translations for plural strings. something like:

t('example', { count: 3 }, { default: { one: '{{count}} car', other: '{{count}} cars' } })

is it just not documented or not implemented?

wuifdesign avatar Feb 21 '22 20:02 wuifdesign

Is not implemented. To support it, it would have to be implemented. Feel free to PR.

aralroca avatar Feb 22 '22 09:02 aralroca