i18next / ng-i18next

translation for AngularJS using i18next
https://github.com/i18next/ng-i18next
MIT License
161 stars 54 forks source link

plurals and HTML are not playing well together #136

Closed bvarga closed 5 years ago

bvarga commented 6 years ago

<span ng-i18next="[html:i18next]({ count: 42})hello"></span>

will display the hello from the transalation file, rather than hello_plural. If we remove html:than it works just well.