diff options
Diffstat (limited to 'res/values/arrays.xml')
-rw-r--r-- | res/values/arrays.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml index a470acc..6ec90ca 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -255,4 +255,17 @@ <item>2</item> </string-array> + <!-- Locales in this list are displayed with the corresponding + name from special_locale_names instead of using the name + from Locale.getDisplayName(). --> + <string-array translatable="false" name="special_locale_codes"> + <item>zh_CN</item> + <item>zh_TW</item> + </string-array> + + <string-array translatable="false" name="special_locale_names"> + <item>中文(简体)</item> + <item>中文 (繁體)</item> + </string-array> + </resources> |