i18next / ng-i18next

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

create i18next filter #9

Closed bugwelle closed 11 years ago

bugwelle commented 11 years ago

Create a filter to translate strings:

<p>{{ 'hello' | i18next }}</p>
<p>{{ welcome | i18next }}</p>

Also make it possible to pass arguments:

hello: "Hello {{name}}"