New translations strings.xml (Serbian (Cyrillic))

This commit is contained in:
Thomas 2019-11-19 18:19:47 +01:00
parent 20b201aed4
commit b508374604
1 changed files with 5 additions and 0 deletions

View File

@ -942,6 +942,11 @@
<item quantity="few">%d votes</item>
<item quantity="other">%d votes</item>
</plurals>
<plurals name="number_of_voters">
<item quantity="one">%d voter</item>
<item quantity="few">%d voters</item>
<item quantity="other">%d voters</item>
</plurals>
<string-array name="poll_choice_type">
<item>Single choice</item>
<item>Multiple choices</item>