Merge "[Regional Preference] Create each page for regional preferences"

This commit is contained in:
Tom Hsu
2023-01-05 05:34:10 +00:00
committed by Android (Google) Code Review
17 changed files with 876 additions and 51 deletions

View File

@@ -1360,4 +1360,39 @@
[CHAR LIMIT=NONE] -->
<string-array name="allowlist_hide_summary_in_battery_usage" translatable="false">
</string-array>
<!-- A list for all temperature units. [CHAR LIMIT=NONE] -->
<string-array name="temperature_units">
<item>default</item>
<item>celsius</item>
<item>fahrenheit</item>
<item>kelvin</item>
</string-array>
<!-- A list for all days of a week. [CHAR LIMIT=NONE] -->
<string-array name="first_day_of_week">
<item>default</item>
<item>sun</item>
<item>mon</item>
<item>tue</item>
<item>wed</item>
<item>thu</item>
<item>fri</item>
<item>sat</item>
</string-array>
<!-- A list for all supported calendar types. [CHAR LIMIT=NONE] -->
<string-array name="calendar_type">
<item>default</item>
<item>chinese</item>
<item>dangi</item>
<item>hebrew</item>
<item>indian</item>
<item>islamic</item>
<item>islamic-rgsa</item>
<item>islamic-tbla</item>
<item>islamic-umalqura</item>
<item>persian</item>
</string-array>
</resources>

View File

@@ -371,6 +371,26 @@
<string name="numbers_preferences_title">Numbers</string>
<!-- The summary of default string for each regional preference. [CHAR LIMIT=50] -->
<string name="default_string_of_regional_preference">[No preference]</string>
<!-- The title of Celsius for preference of temperature unit. [CHAR LIMIT=50] -->
<string name="celsius_temperature_unit">Celsius</string>
<!-- The title of Fahrenheit for preference of temperature unit. [CHAR LIMIT=50] -->
<string name="fahrenheit_temperature_unit">Fahrenheit</string>
<!-- The title of Kevin for preference of temperature unit. [CHAR LIMIT=50] -->
<string name="kevin_temperature_unit">Kevin</string>
<!-- The title of sunday for preference of first day of week. [CHAR LIMIT=50] -->
<string name="sunday_first_day_of_week">Sunday</string>
<!-- The title of monday for preference of first day of week. [CHAR LIMIT=50] -->
<string name="monday_first_day_of_week">Monday</string>
<!-- The title of tuesday for preference of first day of week. [CHAR LIMIT=50] -->
<string name="tuesday_first_day_of_week">Tuesday</string>
<!-- The title of wednesday for preference of first day of week. [CHAR LIMIT=50] -->
<string name="wednesday_first_day_of_week">Wednesday</string>
<!-- The title of thursday for preference of first day of week. [CHAR LIMIT=50] -->
<string name="thursday_first_day_of_week">Thursday</string>
<!-- The title of friday for preference of first day of week. [CHAR LIMIT=50] -->
<string name="friday_first_day_of_week">Friday</string>
<!-- The title of saturday for preference of first day of week. [CHAR LIMIT=50] -->
<string name="saturday_first_day_of_week">Saturday</string>
<!-- The title of the confirmation dialog shown when the user selects one / several languages and tries to remove them [CHAR LIMIT=60] -->
<string name="dlg_remove_locales_title">{count, plural,