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:
Mauricio Colli 2019-10-10 22:56:17 -03:00
parent e64a7809e4
commit 8245e878e3
No known key found for this signature in database
GPG key ID: F200BFD6F29DDD85
33 changed files with 53 additions and 86 deletions

View file

@ -265,8 +265,8 @@
</plurals>
<string name="no_videos">No videos</string>
<plurals name="videos">
<item quantity="one">Videos</item>
<item quantity="other">Videos</item>
<item quantity="one">%s video</item>
<item quantity="other">%s videos</item>
</plurals>
<string name="no_comments">No comments</string>
<plurals name="comments">