How to update translation files?

What command I need to execute to update po files of Avogadro?

Regards,
Konstantin

On Jan 31, 2010, at 4:08 AM, Konstantin Tokarev wrote:

What command I need to execute to update po files of Avogadro?

There’s no command – Cmake should use the PO files in the i18n/ directory. If you want to grab the latest translations from Launchpad, there’s a download facility. I haven’t automated that.

https://translations.launchpad.net/avogadro/1.0/+export

Hope that helps,
-Geoff

No, I’ve meant I want to update PO’s itself using new strings from code to upload them to Launchpad

Oops, sorry. From the top-level avogadro source directory, run:

./scripts/extract-application-messages.sh
./scripts/extract-library-messages.sh

Then you’ll get new POT files in i18n/

Hope that helps,
-Geoff