Hi,

2012.02.20. 22:39 keltezéssel, Andras Timar írta:
Hi,

I pushed translations to git this morning for the LibreOffice 3.5.1
rc1 release. I noticed that there were new strings. :( Fortunately not
many. I'm updating Pootle now.

There were problems with updating LibreOffice 3.5.x UI project in Pootle. The usual ./manage.py update_from_templates --project=libo35x_ui command did not work, I got "Unit matching query does not exist." error messages without a good reason (Debug = True did not show anything). So I brute forced the update with the following command: for i in $LANGS;do ./manage.py sync_stores --project=libo35x_ui --language=$i;pomigrate2 -C po/libo35x_ui/$i po/libo35x_ui/$i.new po/libo35x_ui/templates;cp -r po/libo35x_ui/$i.new/* po/libo35x_ui/$i;rm -rf po/libo35x_ui/$i.new;./manage.py update_stores --project=libo35x_ui --language=$i;done
It finished this morning, please check your translations.

Thanks,
Andras


--
Unsubscribe instructions: E-mail to l10n+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/l10n/
All messages sent to this list will be publicly archived and cannot be deleted

Reply via email to