WeblateOrg / weblate

Web based localization tool with tight version control integration.
https://weblate.org/
GNU General Public License v3.0
4.63k stars 1.02k forks source link

Update of quality checks failed #5025

Closed apourche closed 3 years ago

apourche commented 3 years ago

Describe the bug

If several composats have the same translation key (with the same failed check so):

To Reproduce the bug

  1. Create two components (testsmall1 and testsmall2 ) with the same content :

    <xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
    <file original="file1" source-language="" datatype="plaintext" target-language="en-US">
    <body>
      <trans-unit id="unit1">
        <source xml:space="preserve">Test...</source>
        <target xml:space="preserve">Test</target>
      </trans-unit>
    </body>
    </file>
    </xliff>
  2. In testsmall1, correct the translation (addition of '...') to respond to the 'Mismatched full stop' alert : test1

  3. After this action, the alert disappears in testsmall1 : OK

  4. [ko] In testsmall2, the same character string is corrected auto translated, but the alert 'Mismatched full stop' remains signaled : test2

Expected behavior

Auto-update (make disappear) the checks alerts when it's necessary.

Server configuration and status

Thank you for your answer

github-actions[bot] commented 3 years ago

Thank you for your report, the issue you have reported has just been fixed.

apourche commented 3 years ago

thanks @nijel !