We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4a1baf + ce18b91 commit da738d6Copy full SHA for da738d6
packages/SystemUI/res/values/donottranslate.xml
@@ -18,8 +18,9 @@
18
-->
19
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
20
<!-- For formatting day of week and date in DateView. %1$s is DOW, %2$s is date.
21
- In Roman locales we now show only the date, but DOW is available for other locales if
22
- necessary. -->
23
- <string name="status_bar_date_formatter">%2$s</string>
+ We show both (DOW on one line, then the date) but this can be overridden for locales as
+ necessary.
+ -->
24
+ <string name="status_bar_date_formatter">%1$s\n%2$s</string>
25
26
</resources>
0 commit comments