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
e64a7809e4
commit
8245e878e3
33 changed files with 53 additions and 86 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue