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

Problem merging locale file with base file #126

Open juanpablo-pardal opened 5 years ago

juanpablo-pardal commented 5 years ago

I have a problem merging a locale file with my base file.
I have objects with nested objects in the locale file and this nested objects have a few differences between base file. When the module merges the files, it looks like its replacing the whole object from locale, so i lose others translations from the object in the base file.