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.
This commit is contained in:
parent
4a76ba4376
commit
884528927e
1 changed files with 1 additions and 0 deletions
1
app/src/main/res/values-iw
Symbolic link
1
app/src/main/res/values-iw
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
values-he/
|
Loading…
Reference in a new issue