Change ImpliedQuantity to warning severity to not fail the build for weblate issues with french translations

This commit is contained in:
Wolf-Martell Montwé 2024-02-01 14:53:05 +01:00
parent 2ca165f4d7
commit dccd6d20a8
No known key found for this signature in database
GPG key ID: 6D45B21512ACBF72

View file

@ -2,4 +2,5 @@
<lint>
<issue id="MissingTranslation" severity="informational" />
<issue id="ExtraTranslation" severity="warning" />
<issue id="ImpliedQuantity" severity="warning" />
</lint>