Hi, 2011/5/2 Andras Timar <[email protected]>: > 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 [email protected] 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
