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
1 changed files with 2 additions and 4 deletions

View File

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