From 591be5df25be713bfe9b34a93b72b33e6e6f989e Mon Sep 17 00:00:00 2001
From: volzhs
Date: Wed, 22 Jun 2016 22:32:03 +0900
Subject: fix android resource locale
---
platform/android/java/res/values-he/strings.xml | 4 ----
platform/android/java/res/values-id/strings.xml | 4 ----
platform/android/java/res/values-in/strings.xml | 4 ++++
platform/android/java/res/values-iw/strings.xml | 4 ++++
4 files changed, 8 insertions(+), 8 deletions(-)
delete mode 100644 platform/android/java/res/values-he/strings.xml
delete mode 100644 platform/android/java/res/values-id/strings.xml
create mode 100644 platform/android/java/res/values-in/strings.xml
create mode 100644 platform/android/java/res/values-iw/strings.xml
(limited to 'platform/android/java')
diff --git a/platform/android/java/res/values-he/strings.xml b/platform/android/java/res/values-he/strings.xml
deleted file mode 100644
index f52ede208..000000000
--- a/platform/android/java/res/values-he/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- godot-project-name-he
-
\ No newline at end of file
diff --git a/platform/android/java/res/values-id/strings.xml b/platform/android/java/res/values-id/strings.xml
deleted file mode 100644
index 9e9a8b0c0..000000000
--- a/platform/android/java/res/values-id/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- godot-project-name-id
-
\ No newline at end of file
diff --git a/platform/android/java/res/values-in/strings.xml b/platform/android/java/res/values-in/strings.xml
new file mode 100644
index 000000000..9e9a8b0c0
--- /dev/null
+++ b/platform/android/java/res/values-in/strings.xml
@@ -0,0 +1,4 @@
+
+
+ godot-project-name-id
+
\ No newline at end of file
diff --git a/platform/android/java/res/values-iw/strings.xml b/platform/android/java/res/values-iw/strings.xml
new file mode 100644
index 000000000..f52ede208
--- /dev/null
+++ b/platform/android/java/res/values-iw/strings.xml
@@ -0,0 +1,4 @@
+
+
+ godot-project-name-he
+
\ No newline at end of file
--
cgit v1.2.3-70-g09d2