Skip to content

dberesford/translate-po

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Tool for translating po files to another language using Google Translate API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published