Last Updated: February 25, 2016
·
1.924K
· not-only-code

Decompile Getext file (.mo)

Paste into the terminal

$ msgunfmt file.mo > file.po

Then you can edit with your editor, or applications like Poedit.

To compile again with the Terminal

$ msgunfmt file.po > file.mo