hopefully fix plurals
This commit is contained in:
parent
8645c99ecc
commit
52ad149a9b
10 changed files with 136 additions and 34 deletions
|
|
@ -237,7 +237,6 @@
|
|||
<item quantity="one">%s подписчик</item>
|
||||
<item quantity="few">%s подписчика</item>
|
||||
<item quantity="many">%s подписчиков</item>
|
||||
<item quantity="other"/>
|
||||
</plurals>
|
||||
|
||||
<string name="no_views">Нет просмотров</string>
|
||||
|
|
@ -245,7 +244,6 @@
|
|||
<item quantity="one">%s просмотр</item>
|
||||
<item quantity="few">%s просмотра</item>
|
||||
<item quantity="many">%s просмотров</item>
|
||||
<item quantity="other"/>
|
||||
</plurals>
|
||||
|
||||
<string name="no_videos">Нет видео</string>
|
||||
|
|
@ -253,7 +251,6 @@
|
|||
<item quantity="one">%s видео</item>
|
||||
<item quantity="few">%s видео</item>
|
||||
<item quantity="many">%s видео</item>
|
||||
<item quantity="other"/>
|
||||
</plurals>
|
||||
|
||||
<string name="item_deleted">Элемент удалён</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue