Quellcode durchsuchen

ignore unused resources on translated files (done via transifex)

Signed-off-by: tobiaskaminsky <tobias@kaminsky.me>
tobiaskaminsky vor 7 Jahren
Ursprung
Commit
eced47e3f1
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      lint.xml

+ 1 - 0
lint.xml

@@ -29,6 +29,7 @@
 
     <issue id="UnusedResources">
         <ignore path="**/values-b+en+001/strings.xml"/>
+        <ignore path="**/values-b+es+419/strings.xml" />
         <ignore path="**/values-pt-rPT/strings.xml"/>
         <ignore path="**/values-ro/strings.xml"/>
         <ignore path="**/values-zh-rCN/strings.xml"/>