Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 374 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 374 Bytes

translate-po

Uses Google Translate to convert a PO file into another language.

Install

npm install -g translate-po

Usage

APIKEY=<google-api-key> translate-po <input-po-file> <language> <output-po-file>

e.g.

APIKEY=xzy translate-po ~/app/en/messages.po it ~/app/it/messages.po

License

MIT