martinandert / counterpart

A translation and localization library for Node.js and the browser.
MIT License
242 stars 25 forks source link

Allow for interpolate to be turned off globally #15

Closed agirton-twitter closed 9 years ago

agirton-twitter commented 9 years ago

This may be silly, but we needed to turn off interpolation globally for our app and felt it was quite painful to do this with every string. I threw this together to get it working and added the basic tests. Let me know if there are edge cases I may have not considered.

martinandert commented 9 years ago

Merged. Just released a new patch version.

Thanks.