Hi,

2012/7/4 khagaroth <khagar...@gmail.com>:
> On Wed, Jul 4, 2012 at 5:07 PM, Andras Timar <tima...@gmail.com> wrote:
>>...
>> Pootle update is in progress.
>>...
>
> I looked at pootle now, and I have seen quite a number of things I
> already translated to be empty/untranslated (both in UI and help).
> Fortunately, I did have the files saved locally, so I fixed the UI
> translation just by uploaded them, but the help file was already
> completely unnecessarily retranslated by another user (he is just
> about to finish while I'm typing this). I wonder what went wrong.

Sorry, my bad. In case of UI, I removed some obsoleted files from
Pootle, but not from templates. And they came back, when I updated
translations today. Now, I removed them again, so they will not come
back. Sorry again for the extra work and inconveniences.

I ran this script:
#!/bin/bash

for i in af am an ar as ast be bg bn bn_IN bo br brx bs ca ca_XV cs cy
da de dgo dz el en_GB en_ZA eo es et eu fa fi fr ga gd gl gu he hi hr
hu id is it ja ka kk kl km kn ko kok ks ku ky ky_CN lb lo lt lv mai mk
ml mn mni mr mt my nap nb ne nl nn nr nso oc om or pa_IN pl pt pt_BR
ru rw sa_IN sat sd si sid sk sq ss st sv sw_TZ ta te tg th tn tr ts tt
ug uk ur uz ve vi xh zh_CN zh_TW zu
do
./manage.py sync_stores --project=libo_ui --language=$i
rm po/libo_ui/$i/connectivity/source/drivers/odbc.po
rm po/libo_ui/$i/connectivity/source/drivers/ado.po
rm po/libo_ui/$i/connectivity/source/drivers/macab.po
rm po/libo_ui/$i/connectivity/source/drivers/postgresql.po
rm po/libo_ui/$i/connectivity/source/drivers/calc.po
rm po/libo_ui/$i/connectivity/source/drivers/mozab.po
rm po/libo_ui/$i/connectivity/source/drivers/mysql.po
rm po/libo_ui/$i/connectivity/source/drivers/evoab2.po
rm po/libo_ui/$i/connectivity/source/drivers/jdbc.po
rm po/libo_ui/$i/connectivity/source/drivers/flat.po
rm po/libo_ui/$i/connectivity/source/drivers/dbase.po
rm po/libo_ui/$i/connectivity/source/drivers/kab.po
rm po/libo_ui/$i/connectivity/source/drivers/hsqldb.po
rm po/libo_ui/$i/svtools/source/plugapp.po
rm po/libo_ui/$i/sd/source/ui/notes.po
rm po/libo_ui/$i/sd/source/ui/slidesorter/view.po
rm po/libo_ui/$i/dbaccess/source/ext/adabas.po
./manage.py update_stores --project=libo_ui --language=$i
done

I hope this is the same issue that you are talking about. :)

Help is a different story, probably you did not notice that there were
typo fixes in English strings.

Best regards,
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