Hi,

If you think that it's an interesting tip, please, can you add it in https://fedoraproject.org/wiki/L10N/Translate_on_Zanata#Testing

Regards,
Robert

2015-10-02 12:45 GMT+02:00 Robert Antoni Buj i Gelonch <robert.buj@gmail.com>:
Hi,

This simple commands can help us to review anaconda translation from a live install media.

su -c 'rm -f /usr/share/locale/ca/LC_MESSAGES/anaconda.mo; msgfmt <(curl -s https://fedora.zanata.org/rest/file/translation/anaconda/f23-branch/ca/po?docId=po%2Fanaconda &> /dev/stdout) -o /usr/share/locale/ca/LC_MESSAGES/anaconda.mo'

The previous command, first removes the Catalan translation of Anaconda in a booted live media, then downloads the Catalan translation from Zanata and installs it in the live media.

Regards,
Robert



--