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+help@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
Context
- Re: [libreoffice-l10n] LibreOffice 3.5.1 - new strings and bugs to fix (continued)
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.