[Libreoffice-bugs] [Bug 107611] duplicate message definitions in some .pot files
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue May 9 14:30:40 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=107611
--- Comment #3 from Kiyotaka Nishibori <ml.nishibori.kiyotaka at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170509/fca84d8e/attachment.html>
More information about the Libreoffice-bugs
mailing list