diff options
| author | 2016-01-05 17:12:15 -0800 | |
|---|---|---|
| committer | 2016-01-05 17:12:15 -0800 | |
| commit | 4f06e6ed6ebb64588e9968bea88118f9a682fed6 (patch) | |
| tree | d1e29775c0a35ecd52242b2c7adebb8ea51e4711 | |
| parent | ab6fb6fcaf9b2406697971f7464d331b6d1d46b5 (diff) | |
Add pseduolocales back to Settings
The change I2f264cdb7b7fc586124dd58fad2c68060d5b7aa8 unintentionally
removed pseduolocales from the list of locales in Settings. This
adds them back.
Bug: 26412909
Change-Id: I1d89154e1c0e0312f996252bbfc9f6ded2412d90
| -rw-r--r-- | core/res/res/values/locale_config.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/res/res/values/locale_config.xml b/core/res/res/values/locale_config.xml index eee577178c38..3cfd9f4be0ce 100644 --- a/core/res/res/values/locale_config.xml +++ b/core/res/res/values/locale_config.xml @@ -49,6 +49,7 @@ <item>ar-SY</item> <!-- Arabic (Syria) --> <item>ar-TD</item> <!-- Arabic (Chad) --> <item>ar-TN</item> <!-- Arabic (Tunisia) --> + <item>ar-XB</item> <!-- Right-to-left pseudolocale --> <item>ar-YE</item> <!-- Arabic (Yemen) --> <item>as-IN</item> <!-- Assamese (India) --> <item>asa-TZ</item> <!-- Asu (Tanzania) --> @@ -195,6 +196,7 @@ <item>en-VI</item> <!-- English (U.S. Virgin Islands) --> <item>en-VU</item> <!-- English (Vanuatu) --> <item>en-WS</item> <!-- English (Samoa) --> + <item>en-XA</item> <!-- Left-to-right pseudolocale --> <item>en-ZA</item> <!-- English (South Africa) --> <item>en-ZM</item> <!-- English (Zambia) --> <item>en-ZW</item> <!-- English (Zimbabwe) --> |