diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2014-02-20 09:45:18 +0100 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2014-02-20 09:45:18 +0100 |
| commit | d6c4c43a674e60120b1bee8a2a4d3eb80eca6eb4 (patch) | |
| tree | 3b68763e5a5707c976ffc42cc18f100d6bb521b2 | |
| parent | b919faf0129ec76b34c85b0574e197949ccdaaff (diff) | |
| download | cgeo-d6c4c43a674e60120b1bee8a2a4d3eb80eca6eb4.zip cgeo-d6c4c43a674e60120b1bee8a2a4d3eb80eca6eb4.tar.gz cgeo-d6c4c43a674e60120b1bee8a2a4d3eb80eca6eb4.tar.bz2 | |
Ignore lint warning on missing Polish quantities
We have warnings about the Polish translations missing the
"many" quantity. We should ignore them at this stage until
we find a way to introduce them in crowdin.
| -rw-r--r-- | main/lint.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/main/lint.xml b/main/lint.xml index a420bfa..a8e2ddf 100644 --- a/main/lint.xml +++ b/main/lint.xml @@ -6,6 +6,9 @@ <issue id="ExportedContentProvider" severity="ignore" /> <issue id="InvalidPackage" severity="ignore" /> <issue id="MissingTranslation" severity="ignore" /> + <issue id="MissingQuantity"> + <ignore path="res/values-pl/strings.xml" /> + </issue> <issue id="Registered" severity="ignore" /> <issue id="UnusedResources"> <ignore path="res/drawable-mdpi/attribute_maintenance.png" /> |
