I have tried using poedit 1.4.6>save as, but .mo is not an option.
Asked
Active
Viewed 3,086 times
5
2 Answers
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