<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - Tooling produces duplicate string entries for translation"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=109258#c22">Comment # 22</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - Tooling produces duplicate string entries for translation"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=109258">bug 109258</a>
              from <span class="vcard"><a class="email" href="mailto:miles@filmsi.net" title="miles@filmsi.net">miles@filmsi.net</a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>