0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-19 19:52:14 +02:00

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>