[orbot/master] use symlinks to provide alternate folders for Hebrew and Indonesian

commit a6ac016a842a37e6c5433e17599f422ba19bd842 Author: Hans-Christoph Steiner <hans@eds.org> Date: Mon Sep 21 12:05:24 2015 +0200 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/... https://stackoverflow.com/questions/8393771/android-not-using-finding-my-heb... --- res/values-he | 1 + res/values-id | 1 + 2 files changed, 2 insertions(+) diff --git a/res/values-he b/res/values-he new file mode 120000 index 0000000..6fe8b49 --- /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 0000000..3e5fb5a --- /dev/null +++ b/res/values-id @@ -0,0 +1 @@ +values-in-rID \ No newline at end of file
participants (1)
-
n8fr8@torproject.org