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

dot notation refactor #61

Closed cbaigorri closed 9 years ago

cbaigorri commented 9 years ago

Refactored the dot notation method so that it can handle plural and assignment of keys that do not exist. This simplified the translate method as a result.

gjuchault commented 9 years ago

Thx