next-translate
next-translate copied to clipboard
Default Translation for Plural Strings
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?
Is not implemented. To support it, it would have to be implemented. Feel free to PR.