0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-20 12:12:15 +02:00

Ignore UnusedQuantity and MissingQuantity lint warnings for all translations

This commit is contained in:
cketti 2014-09-09 00:10:14 +02:00
parent 5a6648ceeb
commit 9911208441

View File

@ -4,12 +4,10 @@
<!-- Transifex and Lint disagree on what quantities are necessary --> <!-- Transifex and Lint disagree on what quantities are necessary -->
<issue id="UnusedQuantity" severity="warning"> <issue id="UnusedQuantity" severity="warning">
<ignore path="res/values-tr/strings.xml" /> <ignore path="res/values-*/strings.xml" />
<ignore path="res/values-hu/strings.xml" />
</issue> </issue>
<issue id="MissingQuantity" severity="warning"> <issue id="MissingQuantity" severity="warning">
<ignore path="res/values-ru/strings.xml" /> <ignore path="res/values-*/strings.xml" />
<ignore path="res/values-uk/strings.xml" />
</issue> </issue>
<!-- Remove this when we have separate Transifex resources for plugins --> <!-- Remove this when we have separate Transifex resources for plugins -->