Fix plural for page_count in Czech translation
It makes Android Lint happy, but it doesn't seem to have an impact at runtime.
This commit is contained in:
committed by
pynicolas
parent
2e0098fe40
commit
ba562149ea
@@ -46,7 +46,9 @@
|
|||||||
<string name="view_full_list">Zobrazit úplný seznam</string>
|
<string name="view_full_list">Zobrazit úplný seznam</string>
|
||||||
<string name="yes">Ano</string>
|
<string name="yes">Ano</string>
|
||||||
<plurals name="page_count">
|
<plurals name="page_count">
|
||||||
<item quantity="one">%d stránka</item>
|
<item quantity="one">%d stránka</item> <!-- 1 -->
|
||||||
<item quantity="other">%d stránek</item>
|
<item quantity="few">%d stránky</item> <!-- 2–4 -->
|
||||||
|
<item quantity="many">%d stránek</item> <!-- 0, 5–... -->
|
||||||
|
<item quantity="other">%d stránky</item> <!-- fallback -->
|
||||||
</plurals>
|
</plurals>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
Reference in New Issue
Block a user