0.1.1 • Published 8 years ago

gettext-merge v0.1.1

Weekly downloads
175
License
MIT
Repository
-
Last release
8 years ago

Gettext Merge

NPM

Merge gettext template files with existents .po without losing the current translations

Install

npm install gettext-merge

Usage

gettext-merge --po=yourpofile.po --pot=yourpotfile.pot

Your .po file now have new strings and comments. Optionally, if you don't want override the existent .po, add --output=filewithmerge.po