[Android] res: Add symlink for values-iw for non-Samsung devices

Edward Wang git at videolan.org
Sun Jun 16 23:39:04 CEST 2013


vlc-ports/android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Sun Jun 16 12:18:03 2013 -0400| [35d3855d539d7fee27349d105b6f89228e3098cb] | committer: Edward Wang

res: Add symlink for values-iw for non-Samsung devices

Apparently stock Android preserves the legacy Hebrew langcode 'iw', but Samsung changed its firmware to use 'he' instead. So right now VLC's Hebrew works fine on Samsung firmware, but is pretty much broken elsewhere.

This commit adds a symlink for values-iw to make it work on both stock and Samsung.

See http://stackoverflow.com/questions/8699650/android-emulator-displays-hebrew-resources-correctly-but-device-doesnt

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=35d3855d539d7fee27349d105b6f89228e3098cb
---

 vlc-android/res/values-iw |    1 +
 1 file changed, 1 insertion(+)

diff --git a/vlc-android/res/values-iw b/vlc-android/res/values-iw
new file mode 120000
index 0000000..57bf919
--- /dev/null
+++ b/vlc-android/res/values-iw
@@ -0,0 +1 @@
+values-he
\ No newline at end of file



More information about the Android mailing list