Suppose I have this snippet
<span translate-n="foo" translate-plural="{{ $count }} items" translate>1 item</span>
What syntax do I have to have in .po
file to translate it both for singular and plural?
Suppose I have this snippet
<span translate-n="foo" translate-plural="{{ $count }} items" translate>1 item</span>
What syntax do I have to have in .po
file to translate it both for singular and plural?
Copyright © 2021 Jogjafile Inc.
Something like this:
Though I highly recommend using a tool like PoEdit.
See the developer documentation for a full walkthrough: https://angular-gettext.rocketeer.be/dev-guide/translate/