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

Fix undefined variable e #8

Closed sylvinus closed 11 years ago

sylvinus commented 11 years ago

I'm also adding the capability to do setLocale(i18n.preferredLocale()) even when i18n.preferredLocale() returns null.