How can I create an .mo file for WordPress
Linux In Linux, you can just run this in Terminal: msgcat yourFile.po | msgfmt -o generatedFile.mo – or msgfmt -o generatedFile.mo yourFile.po You can view more information about these commands by typing: man msgcat man msgfmt Mac OS X You can get msgcat/msgfmt (as above) either with Xcode or with brew install gettext. However, it … Read more