I can download translations (.po and .mo) from launchpad. I want to use a translation for GWoffice and I don't want to wait when the translation will be released via the official way. How can I compile a translation into the current installation of the app?
Asked
Active
Viewed 158 times
1 Answers
2
msgfmt -o lang.mo lang.po
should do the work. Then you just need to replace current translation. dpkg -L gwoffice | grep "\.mo$"
should help you locate needed files.

int_ua
- 8,574