Irrelon / jquery-lang-js

i18n Allow instant language switching on HTML pages without reloading the page.
https://www.irrelon.com
362 stars 132 forks source link

Parametric text translate #121

Closed anilaynaci closed 4 years ago

anilaynaci commented 5 years ago

How can we translate parametric text?

For example; EN: Pay %s TR: %s Öde

Irrelon commented 5 years ago

Hey there, this library is designed as a token replacement tool rather than a template parser so you are not able to do that with this library directly.

If you are trying to do as above you are much better off ditching jQuery completely and using a modern template rendering framework like React.

Irrelon commented 4 years ago

The new version 4.0.0 of the library that I updated today includes this new feature: https://github.com/Irrelon/jquery-lang-js#dynamic-data--template-strings