aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-he/arrays.xml
diff options
context:
space:
mode:
authorMichael <betheg@bitcloner.org>2014-09-26 21:06:36 +0200
committerMichael <betheg@bitcloner.org>2014-09-26 21:06:36 +0200
commit9fef0d1a997f9b70403f11560814f260e354bf1a (patch)
tree9fa8d534c97fea8c6cd223226acff87763c40e55 /res/values-he/arrays.xml
parent92197a47968abddce3290ee53597d3e9d4abede6 (diff)
fix lint-warning: Wrong locale name
The Hebrew ("he") language code is rewritten as "iw"
Diffstat (limited to 'res/values-he/arrays.xml')
-rw-r--r--res/values-he/arrays.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/res/values-he/arrays.xml b/res/values-he/arrays.xml
deleted file mode 100644
index 28768d6c..00000000
--- a/res/values-he/arrays.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-
- <string-array name="resources">
- <item>נייד</item>
- <item>טלפון</item>
- <item>טאבלט</item>
- <item>Conversations</item>
- <item>Android</item>
- </string-array>
- <string-array name="filesizes">
- <item>אף פעם</item>
- <item>256 KB</item>
- <item>512 KB</item>
- <item>1 MB</item>
- </string-array>
- <string-array name="filesizes_values">
- <item>0</item>
- <item>262144</item>
- <item>524288</item>
- <item>1048576</item>
- </string-array>
-
-</resources> \ No newline at end of file