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 I included a blank placeholder file for Indonesian, it can be simply replaced by the real one, whenever that comes along.
This commit is contained in:
parent
b31490c4e3
commit
4fe3cb2bca
|
@ -0,0 +1 @@
|
|||
values-in
|
|
@ -0,0 +1,3 @@
|
|||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<resources>
|
||||
</resources>
|
|
@ -0,0 +1 @@
|
|||
values-he
|
Loading…
Reference in New Issue