Answer the question
In order to leave comments, you need to log in
Why do plurals for the word car work incorrectly?
There are such plurals, which lies in the strings file
<plurals name="cars">
<item quantity="zero">%d автомобилей</item>
<item quantity="one">%d автомобиль</item>
<item quantity="two">%d автомобиля</item>
<item quantity="few">%d автомобиля</item>
<item quantity="many">%d автомобилей</item>
<item quantity="other">%d автомобилей</item>
</plurals>
resources.getQuantityString(R.plurals.cars, 2, 2)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question