Skip to content

Commit

Permalink
Fix Weblate broken translation
Browse files Browse the repository at this point in the history
- Someone had the brilliant idea of removing the string arguments,
breaking it
  • Loading branch information
mauriciocolli committed Apr 27, 2019
1 parent 2c88500 commit 4a97ee0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,9 @@

<string name="no_videos">No videos</string>
<plurals name="videos">
<item quantity="one">Video</item>
<item quantity="other">Videos</item>
</plurals>
<item quantity="one">%s video</item>
<item quantity="other">%s videos</item>
</plurals>

<string name="no_comments">No comments</string>
<plurals name="comments">
Expand Down

0 comments on commit 4a97ee0

Please sign in to comment.