mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 09:52:16 -05:00
Ignore UnusedQuantity and MissingQuantity lint warnings for all translations
This commit is contained in:
parent
5a6648ceeb
commit
9911208441
6
lint.xml
6
lint.xml
@ -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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user