Merge "Added string token to CARD support multiple languages" into tm-qpr-dev-plus-aosp

This commit is contained in:
Jack Yu
2023-03-09 19:10:04 +00:00
committed by Android (Google) Code Review
2 changed files with 4 additions and 0 deletions

View File

@@ -6352,4 +6352,7 @@ ul.</string>
<!-- Title for preference of the system default locale. [CHAR LIMIT=50]--> <!-- Title for preference of the system default locale. [CHAR LIMIT=50]-->
<string name="system_locale_title">System default</string> <string name="system_locale_title">System default</string>
<!-- Display content to tell the user the sim card name and number-->
<string name="default_card_name">CARD <xliff:g id="cardNumber" example="1">%d</xliff:g></string>
</resources> </resources>

View File

@@ -4934,4 +4934,5 @@
<!-- Whether to show weather on the lockscreen by default. --> <!-- Whether to show weather on the lockscreen by default. -->
<java-symbol type="bool" name="config_lockscreenWeatherEnabledByDefault" /> <java-symbol type="bool" name="config_lockscreenWeatherEnabledByDefault" />
<java-symbol type="string" name="default_card_name"/>
</resources> </resources>