소스 검색

Add further lang with additional quantity strings not offered by transifex

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 1 년 전
부모
커밋
12d413bd53
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      app/lint.xml

+ 6 - 0
app/lint.xml

@@ -13,6 +13,12 @@
     <issue id="UnusedResources">
         <ignore path="**/values-**/strings.xml" />
     </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">
         <ignore path="**/values-**/strings.xml" />