Fix broken video count text translations
- Someone had the brilliant idea of removing the string arguments, giving the the wrong example for other languages in the process.
This commit is contained in:
parent
eb3b1fb8f0
commit
5e7ed39d9f
33 changed files with 53 additions and 86 deletions
|
|
@ -216,9 +216,9 @@
|
|||
</plurals>
|
||||
<string name="no_videos">Brak filmów</string>
|
||||
<plurals name="videos">
|
||||
<item quantity="one">Film</item>
|
||||
<item quantity="few">Filmy</item>
|
||||
<item quantity="many">Filmów</item>
|
||||
<item quantity="one">%s film</item>
|
||||
<item quantity="few">%s filmy</item>
|
||||
<item quantity="many">%s filmów</item>
|
||||
</plurals>
|
||||
<string name="charset_most_special_characters">Większość znaków specjalnych</string>
|
||||
<string name="donation_title">Dotacja</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue