Merge "[Settings] Add search icon in region picker" into main

This commit is contained in:
Zoey Chen
2024-12-31 02:19:47 -08:00
committed by Android (Google) Code Review
6 changed files with 257 additions and 30 deletions

View File

@@ -446,6 +446,9 @@
<!-- Category for the locale picker. [CHAR LIMIT=50]-->
<string name="all_supported_locales_title">All languages</string>
<!-- Category for the app locale picker. [CHAR LIMIT=50]-->
<string name="more_supported_locales_title">More languages</string>
<!-- Category for the locale region picker. [CHAR LIMIT=50]-->
<string name="all_supported_locales_regions_title">All regions</string>
@@ -508,12 +511,20 @@
<!-- Menu item in the locale menu [CHAR LIMIT=30] -->
<string name="locale_search_menu">Search</string>
<!-- Title for the language and region selection screen [CHAR LIMIT=25] -->
<string name="language_and_region_title">Language &amp; region</string>
<!-- Title for the language selection screen [CHAR LIMIT=25] -->
<string name="language_selection_title">Add a language</string>
<!-- Title for the region picker [CHAR LIMIT=25] -->
<string name="region_selection_title">Choose a region</string>
<!-- Title for the region selection screen [CHAR LIMIT=25] -->
<string name="country_selection_title">Region preference</string>
<!-- Hint text in a search edit box (used to filter long language / country lists) [CHAR LIMIT=25] -->
<string name="search_language_hint">Type language name</string>
<string name="search_language_hint">Search languages</string>
<!-- Hint text in a search edit box (used to filter long region) [CHAR LIMIT=25] -->
<string name="search_region_hint">Search regions</string>
<!-- The title for Choose a region page -->
<string name="top_intro_region_title">The region you choose affects how your phone displays time, dates, temperature, and more</string>
<!-- Category for more language settings. [CHAR LIMIT=NONE]-->
<string name="more_language_settings_category">More language settings</string>