Loading packages/SystemUI/res/values/donottranslate.xml +4 −3 Original line number Original line Diff line number Diff line Loading @@ -18,8 +18,9 @@ --> --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- For formatting day of week and date in DateView. %1$s is DOW, %2$s is date. <!-- For formatting day of week and date in DateView. %1$s is DOW, %2$s is date. In Roman locales we now show only the date, but DOW is available for other locales if We show both (DOW on one line, then the date) but this can be overridden for locales as necessary. --> necessary. <string name="status_bar_date_formatter">%2$s</string> --> <string name="status_bar_date_formatter">%1$s\n%2$s</string> </resources> </resources> Loading
packages/SystemUI/res/values/donottranslate.xml +4 −3 Original line number Original line Diff line number Diff line Loading @@ -18,8 +18,9 @@ --> --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <!-- For formatting day of week and date in DateView. %1$s is DOW, %2$s is date. <!-- For formatting day of week and date in DateView. %1$s is DOW, %2$s is date. In Roman locales we now show only the date, but DOW is available for other locales if We show both (DOW on one line, then the date) but this can be overridden for locales as necessary. --> necessary. <string name="status_bar_date_formatter">%2$s</string> --> <string name="status_bar_date_formatter">%1$s\n%2$s</string> </resources> </resources>