From 7ec06dc9852f1fbc2d0f2e1829773e31ce5b19ab Mon Sep 17 00:00:00 2001 From: Peter Li Date: Thu, 26 Jan 2023 17:05:04 -0800 Subject: Update plurals to ICU format Fix: 199230136 Test: Manual Change-Id: Icd131e99de120788812a6af30a5efc5ac6dfed80 --- res/values/strings.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'res') 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 @@ - - %d all day event - %d all day events - + {count, plural, + =1 {# all day event} + other {# all day events} + } + \ No newline at end of file -- cgit v1.2.3