jeresig / i18n-node-2

Lightweight simple translation module for node.js / express.js with dynamic json storage. Uses common __('...') syntax in app and templates.
MIT License
507 stars 79 forks source link

Handlebars? #100

Open ekkis opened 7 years ago

ekkis commented 7 years ago

I'm looking for an internationalization solution and I'm using the Handlebars templating system. is there any expertise out there about how integration can happen with this module?

gjuchault commented 7 years ago

http://handlebarsjs.com/#helpers

You might make a small helper to register translation function to Handlebars