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

Adding es locale and useful information to the readme file. #27

Closed rodrigopolo closed 9 years ago

rodrigopolo commented 10 years ago

I added information needed in the readme so users understand how to setup the lang. based on session or database information, I also added an spanish example to the locale.

gjuchault commented 9 years ago

There is already infos about that (setLocale, locales files, etc.).