gettext-merge
v0.1.1
Published
Merge .pot with .po
Readme
Gettext Merge
Merge gettext template files with existents .po without losing the current translations
Install
npm install gettext-mergeUsage
gettext-merge --po=yourpofile.po --pot=yourpotfile.potYour .po file now have new strings and comments. Optionally, if you don't want override the existent .po, add --output=filewithmerge.po

