Question

Is it possible to build a *.po file to *.mo using the terminal?

Currently, I have to edit the *.po file in my text editor, save it, load it via Poedit and save it again.

I am working on ubuntu.

Was it helpful?

Solution

Use msgfmt

Msgfmt /path/to.PO -o path/to/new.mo

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top