Link: mashpie/i18n-node on Github

By Edouard on April 19, 2011

Link: mashpie/i18n-node on Github
i18n-node is an i18n library for node.js apps. It generates .json language files that are compatible with Web Translate It’s JSON parser.

From the documentation:

i18n-node is a lightweight simple translation module with dynamic json storage. Uses common __('...') syntax in app and templates.

Stores language files in json files compatible to webtranslateit json format. Adds new strings on-the-fly when first used in your app. No extra parsing needed.