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

Swig Problem #12

Closed rafaelfaria closed 11 years ago

rafaelfaria commented 11 years ago

Hey,

First of all great work on this module. It was exactly what i was looking for.

I'm trying to use it with swig and it's not really working

I get the following error: " 500 TypeError: Cannot read property '__' of undefined".

Not sure what else i need to do to make it work.

Thanks

jeresig commented 11 years ago

I believe this was fixed in the latest release.