summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2019-11-19 18:21:59 +0100
committerThomas <tschneider.ac@gmail.com>2019-11-19 18:21:59 +0100
commit349052cab7912f8de5218b10c482e34600a74cb6 (patch)
tree30a92005441f66fc681374adff6e4b71573545dc /app
parent49b23270fdf2210f34feb5e7208fcd3fb64d8128 (diff)
New translations strings.xml (Indonesian)
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/values-id/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values-id/strings.xml b/app/src/main/res/values-id/strings.xml
index 6aacf0d83..6e284a781 100644
--- a/app/src/main/res/values-id/strings.xml
+++ b/app/src/main/res/values-id/strings.xml
@@ -938,6 +938,9 @@ https://yandex.ru/legal/confidential/?lang=en
<plurals name="number_of_vote">
<item quantity="other">%d votes</item>
</plurals>
+ <plurals name="number_of_voters">
+ <item quantity="other">%d voters</item>
+ </plurals>
<string-array name="poll_choice_type">
<item>Single choice</item>
<item>Multiple choices</item>