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

why the fork? #14

Closed binarykitchen closed 10 years ago

binarykitchen commented 11 years ago

just wondering, why did you fork from https://github.com/mashpie/i18n-node? anything wrong with this repo?

kimptoc commented 11 years ago

Some details are on this page: http://ejohn.org/blog/i18n-module-for-node-and-express-js/#postcomment

I wonder if they are still valid myself?

xdissent commented 10 years ago

That addresses a concurrency bug that has long been fixed in i18n-node. There are tests for that: https://github.com/mashpie/i18n-node/tree/master/examples