aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorPeter Li <pyli@google.com>2023-01-26 17:05:04 -0800
committerPeter Li <pyli@google.com>2023-02-22 22:18:28 +0000
commit7ec06dc9852f1fbc2d0f2e1829773e31ce5b19ab (patch)
treef2073551315dc08828b42d3ab2348c9aa579d47e /res
parent68ed58a02f3033955c9557328855893be8a07cbb (diff)
downloadCalendar-7ec06dc9852f1fbc2d0f2e1829773e31ce5b19ab.tar.gz
Update plurals to ICU format
Fix: 199230136 Test: Manual Change-Id: Icd131e99de120788812a6af30a5efc5ac6dfed80
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index a78bc08..493f549 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -42,8 +42,9 @@
</string>
<!-- The title for the all-day events section. Only shown for more than one item. [CHAR LIMIT=120] -->
- <plurals name="all_day_title">
- <item quantity="one">%d all day event</item>
- <item quantity="other">%d all day events</item>
- </plurals>
+ <string name="all_day_title"> {count, plural,
+ =1 {# all day event}
+ other {# all day events}
+ }
+ </string>
</resources> \ No newline at end of file