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

Allow defaultLocale to be supplied with opts. #90 #105

Closed wallali closed 7 years ago

wallali commented 7 years ago

Fixes open issue #90. There was never any support for defaultLocale in opts. There is now.