On Thu, 28 Nov 2013, [email protected] wrote:
> Now, this one is urgent, since I edited a lot of display code - how do
> I get/update ALL the translatable strings?

$ cd ~/private/src/invenio/po
$ emacsclient POTFILES.in # optional, if you have added new files
$ invenio-check-POTFILES # optional check, from invenio-devscripts
$ make update-po # get new phrases into PO catalogues
$ msgfmt -v -c fr.po # check translation status
$ emacsclient fr.po # translate some more phrases
$ msgfmt -v -c fr.po # check translation status again
$ make update-gmo # create runtime GMO catalogues
$ sudo -u www-data make install # install runtime catalogues
$ sudo /etc/init.d/apache2 restart # tell your web server

Best regards
--
Tibor Simko

Reply via email to