i18next / i18nextify

enables localization of any page with zero effort.
MIT License
61 stars 21 forks source link

Can I use it in Routing? #76

Closed Shyam-Chen closed 7 years ago

jamuhl commented 8 years ago

it does not parse scripts and change them - for that you will need to access i18nextify.i18next.t to translate url fragments.

what we can do for a tags is doing the same as for img src

<a href="/{{routeAdminArea}}/settings">link</a>

jamuhl commented 7 years ago

published a while ago