5

I have tried using poedit 1.4.6>save as, but .mo is not an option.

firelynx
  • 30,616
  • 9
  • 91
  • 101
Himmators
  • 14,278
  • 36
  • 132
  • 223

2 Answers2

5

Install gettext, then run the msgfmt command on the files.

> brew install gettext
> msgfmt inputfile.po -o outputfile.mo
firelynx
  • 30,616
  • 9
  • 91
  • 101
4

Ah, simple yet unclear, Whenever you save a file as .po using poedit, it automatically saves a .mo file aswell. (.mo being the compiled version of the languagefile)

Himmators
  • 14,278
  • 36
  • 132
  • 223