From 884528927eca5ed96e700ac66ac06ba45e2db356 Mon Sep 17 00:00:00 2001 From: Haggai Eran Date: Sat, 12 Oct 2019 12:21:01 +0300 Subject: [PATCH] Fix Hebrew translation on some devices Hebrew on android uses two locale codes (iw and he). See details here: https://stackoverflow.com/a/8470980 For example, Nexus 7 (2013) uses iw, so it shows the English UI even when configuring the tablet to use Hebrew. Add a symbolic link from values-iw to values-he so both use the same strings. --- app/src/main/res/values-iw | 1 + 1 file changed, 1 insertion(+) create mode 120000 app/src/main/res/values-iw diff --git a/app/src/main/res/values-iw b/app/src/main/res/values-iw new file mode 120000 index 000000000..08adc17cc --- /dev/null +++ b/app/src/main/res/values-iw @@ -0,0 +1 @@ +values-he/ \ No newline at end of file