https://github.com/nodeca/babelfishThis i18n module was designed to simplify coding and translator work. In 99.99% web cases you need only variables and plurals.
Compared to "classic" solutions, babelfish syntax is more easy and efficient.
1. Simple:
I have #{count} ((nail|nails))2. Browserifiable
3. Can store complex objects (i18n custom data formats for external libs)
4. Built-in locales stringifier for asset managers
5. Bulk load support with keys auto flatten
Last release added custom objects support.
Enjoy!