문제

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