Add zh-rHK as symlink to zh-rTW

git-svn-id: https://zxing.googlecode.com/svn/trunk@3013 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2014-01-14 15:45:23 +00:00
parent dfd6fe71c2
commit ee68feb5ee
3 changed files with 3 additions and 1 deletions

1
android/assets/html-zh-rHK Symbolic link
View file

@ -0,0 +1 @@
html-zh-rTW/

1
android/res/values-zh-rHK Symbolic link
View file

@ -0,0 +1 @@
values-zh-rTW

View file

@ -104,7 +104,7 @@ public final class LocaleManager {
private static final Map<String,String> GOOGLE_BOOK_SEARCH_COUNTRY_TLD = GOOGLE_COUNTRY_TLD;
private static final Collection<String> TRANSLATED_HELP_ASSET_LANGUAGES =
Arrays.asList("de", "en", "es", "fr", "it", "ja", "ko", "nl", "pt", "ru", "zh-rCN", "zh-rTW");
Arrays.asList("de", "en", "es", "fr", "it", "ja", "ko", "nl", "pt", "ru", "zh-rCN", "zh-rTW", "zh-rHK");
private LocaleManager() {}