1

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.

Charles
  • 50,943
  • 13
  • 104
  • 142
mreq
  • 6,414
  • 4
  • 37
  • 57

1 Answers1

2

Use msgfmt

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

dsas
  • 1,650
  • 18
  • 30