https://bugs.documentfoundation.org/show_bug.cgi?id=107611

--- Comment #3 from Kiyotaka Nishibori <ml.nishibori.kiyot...@gmail.com> ---
Hi, Buovjaga 

> I didn't find anything:
I'm sorry  I wrote wrong command: not "msgmerge" but "msgfmt".
I rewrite command for verifying:
export LANG=C; cd workdir; for i in `find pot -name "*.pot" -print|sort`; do
msgfmt -cv -o /dev/null $i >> pots-status 2>&1; done; grep --before-context=0
--after-context=1 -e 'definition' pots-status > pots-errors

Your retrying would be much appreciated.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to