Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 472 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 472 Bytes

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