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:
committed by
Android Git Automerger
commit
c4bd101e21
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user