Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


Hi,

2011/5/2 Andras Timar <timar74@gmail.com>:
For example – if you run Linux – you can test your files with the
following command:

$ for i in `find . -name *.po`;do msgcat $i >/dev/null;done

What tool do you use for translation BTW? Such errors should not
happen with proper tools...
The quote mark was missing after msgstr at some places.


I use this sed script to correct some mnemonics. I guess this caused
the error. I have corrected them and reviewed each file. The result of
that order now is «empty», so I guess (hope) it's OK now. Isn't it?

Btw, to search recursively in all directories, I modified the search:
for i in `find * -type f -name "*.po"`;do msgcat $i >/dev/null;done

Thanks!

Pau

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

Context


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.