Skip to content

Commit da738d6

Browse files
dsandlerAndroid (Google) Code Review
authored andcommitted
Merge "Add day of week." into ics-mr1
2 parents e4a1baf + ce18b91 commit da738d6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/SystemUI/res/values/donottranslate.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818
-->
1919
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
2020
<!-- 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>
21+
We show both (DOW on one line, then the date) but this can be overridden for locales as
22+
necessary.
23+
-->
24+
<string name="status_bar_date_formatter">%1$s\n%2$s</string>
2425

2526
</resources>

0 commit comments

Comments
 (0)