mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 21:55:48 +03:00
ignore unused resources on translated files (done via transifex)
Signed-off-by: tobiaskaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
58d62ab204
commit
eced47e3f1
1 changed files with 1 additions and 0 deletions
1
lint.xml
1
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"/>
|
||||
|
|
Loading…
Reference in a new issue