Browse Source

Add further lang with additional quantity strings not offered by transifex

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 1 year ago
parent
commit
12d413bd53
1 changed files with 6 additions and 0 deletions
  1. 6 0
      app/lint.xml

+ 6 - 0
app/lint.xml

@@ -13,6 +13,12 @@
     <issue id="UnusedResources">
     <issue id="UnusedResources">
         <ignore path="**/values-**/strings.xml" />
         <ignore path="**/values-**/strings.xml" />
     </issue>
     </issue>
+	
+    <issue id="MissingQuantity">
+        <ignore path="**/values-ka-rGE/strings.xml"/>
+        <ignore path="**/values-ar/strings.xml" />
+		<ignore path="**/es/values-ca/strings.xml" />
+    </issue>
 
 
     <issue id="TypographyEllipsis">
     <issue id="TypographyEllipsis">
         <ignore path="**/values-**/strings.xml" />
         <ignore path="**/values-**/strings.xml" />