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

Suggested addition - ability to set locale from express-session variable. #40

Closed smcelhinney closed 9 years ago

smcelhinney commented 9 years ago

I've just added a new function in the module to allow setting the locale via session variable (we dont use client side cookies, and want to remember info in the session).

Hope it's useful!