From a6ac016a842a37e6c5433e17599f422ba19bd842 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 21 Sep 2015 12:05:24 +0200 Subject: [PATCH] use symlinks to provide alternate folders for Hebrew and Indonesian These two languages must be included twice (iw/he and id/in) For a full discussion of why, see: https://gitlab.com/fdroid/fdroidclient/issues/139 https://stackoverflow.com/questions/5074769/cyanogenmod-translate-a-project/8470980#8470980 https://stackoverflow.com/questions/8393771/android-not-using-finding-my-hebrew-localization --- res/values-he | 1 + res/values-id | 1 + 2 files changed, 2 insertions(+) create mode 120000 res/values-he create mode 120000 res/values-id diff --git a/res/values-he b/res/values-he new file mode 120000 index 00000000..6fe8b495 --- /dev/null +++ b/res/values-he @@ -0,0 +1 @@ +values-iw \ No newline at end of file diff --git a/res/values-id b/res/values-id new file mode 120000 index 00000000..3e5fb5a7 --- /dev/null +++ b/res/values-id @@ -0,0 +1 @@ +values-in-rID \ No newline at end of file