ttag
ttag copied to clipboard
Is it possible to use `jt` with plural forms?
I couldn't find anything in the docs.
Or can we use ngettext with JSX? e.g:
const countButton = <Button>{count}</Button>;
const result =
<div>
{ngettext(msgid`${countButton} time`, `${countButton} times`, count)}
</div>;
Hi @anilanar! Currently, there is no such feature. I think that our library should have that. Will try to implement that soon.