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.

有帮助吗?

解决方案

Use msgfmt

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top