<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hello,</p>
    <p>After some recent commit on CodeReview including some .po files,
      we can scan all .po files against fuzzy entries.<br>
      This yields a set of 1508 fuzzy entries, over almost 8700 msgid.<br>
      The issue is that, when we have a look to related translations,
      for more than 90% of them they are actually completely irrelevant.
      A very short sample (for fr_FR): <br>
    </p>
    <i>#, fuzzy</i><i><br>
    </i><i>msgid "Number of output event ports"</i><i><br>
    </i><i>msgstr "Le nombre de lignes doit être une puissance de deux."</i><i><br>
    </i><i><br>
    </i><i>#, fuzzy</i><i><br>
    </i><i>msgid "The block must have at least two output ports"</i><i><br>
    </i><i>msgstr "Le bloc Trigger doit avoir des valeurs discrètes en
      entrée."</i><i><br>
    </i><i><br>
    </i><i>#, fuzzy</i><i><br>
    </i><i>msgid "Indices to extract"</i><i><br>
    </i><i>msgstr "Bits à extraire"</i><i><br>
    </i><i><br>
    </i><i>#, fuzzy</i><i><br>
    </i><i>msgid "Number of outputs"</i><i><br>
    </i><i>msgstr "Nombre de nœuds :"</i><i><br>
    </i>
    <p>It is then easy to understand that errors messages or labels in
      interfaces will be completely misleading.<br>
      <br>
      How about clearing all the fuzzy translations?<br>
      <br>
      Best regards<br>
      Samuel<br>
      <br>
    </p>
  </body>
</html>