summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/src/main/res/values-zh-rCN/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml
index f79963d46..17be42b52 100644
--- a/app/src/main/res/values-zh-rCN/strings.xml
+++ b/app/src/main/res/values-zh-rCN/strings.xml
@@ -937,6 +937,9 @@
<plurals name="number_of_vote">
<item quantity="other">%d 票</item>
</plurals>
+ <plurals name="number_of_voters">
+ <item quantity="other">%d voters</item>
+ </plurals>
<string-array name="poll_choice_type">
<item>单选</item>
<item>多选</item>