[Libreoffice-bugs] [Bug 109258] Tooling produces duplicate string entries for translation

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat Aug 19 08:11:02 UTC 2017


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

--- Comment #22 from miles at filmsi.net ---
I just wrote a script to find duplicate entries in all po(t) files in LO and it
is pretty simple (gettext libraries must be installed):
for f in $(find ./pot_LO54_2017-07-07 -type f -name '*.pot'); do msguniq -d
"$f"; done

This script shows there are or were 17 duplicate string entries in 8 po(t)
files (as of LO54 on July 7, 2017, which is the latest I have to test with).

I am attaching my shortened version of the report.

I will now update Slovenian po files that are affected by duplicated po
strings.

-- 
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/20170819/30a4b7cb/attachment.html>


More information about the Libreoffice-bugs mailing list