mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-05 00:55:08 -05:00
18 lines
623 B
XML
18 lines
623 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<lint>
|
|
<issue id="MissingTranslation" severity="ignore" />
|
|
|
|
<!-- Transifex and Lint disagree on what quantities are necessary -->
|
|
<issue id="UnusedQuantity" severity="warning">
|
|
<ignore path="res/values-*/strings.xml" />
|
|
</issue>
|
|
<issue id="MissingQuantity" severity="warning">
|
|
<ignore path="res/values-*/strings.xml" />
|
|
</issue>
|
|
|
|
<!-- Remove this when we have separate Transifex resources for plugins -->
|
|
<issue id="ExtraTranslation" severity="error">
|
|
<ignore path="res/values-zh-rTW/plugin_strings.xml" />
|
|
</issue>
|
|
</lint>
|