am 8d4faa9e: Merge change 7977 into donut

Merge commit '8d4faa9ec3e29695b8d5d039bc8ac12d9bd655a8'

* commit '8d4faa9ec3e29695b8d5d039bc8ac12d9bd655a8':
  Add a way to override the display names for locales in the locale picker.
This commit is contained in:
Android (Google) Code Review
2009-07-21 14:38:09 -07:00
committed by Android Git Automerger
2 changed files with 34 additions and 6 deletions

View File

@@ -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>