fix plurals missing "other"

This commit is contained in:
Hans-Christoph Steiner 2017-12-01 13:56:53 +01:00
parent a8e87c8f0a
commit 1d4c6161dc

View File

@ -504,19 +504,19 @@
<item quantity="one">Обновлено %1$d неделю назад</item>
<item quantity="few">Обновлено %1$d недели назад</item>
<item quantity="many">Обновлено %1$d недель назад</item>
<item quantity="other"/>
<item quantity="other">Обновлено %1$d недель назад</item>
</plurals>
<plurals name="details_last_update_months">
<item quantity="one">Обновлено %1$d месяц назад</item>
<item quantity="few">Обновлено %1$d месяца назад</item>
<item quantity="many">Обновлено %1$d месяцев назад</item>
<item quantity="other"/>
<item quantity="other">Обновлено %1$d месяцев назад</item>
</plurals>
<plurals name="details_last_update_years">
<item quantity="one">Обновлено %1$d год назад</item>
<item quantity="few">Обновлено %1$d года назад</item>
<item quantity="many">Обновлено %1$d лет назад</item>
<item quantity="other"/>
<item quantity="other">Обновлено %1$d лет назад</item>
</plurals>
<string name="force_old_index">Старый формат индекса (принудительно)</string>
<string name="force_old_index_summary">Использовать индекс приложений XML в случае проблем с совместимостью</string>