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 eb3b1fb8f0
commit 5e7ed39d9f
33 changed files with 53 additions and 86 deletions

View file

@ -198,10 +198,6 @@
<item quantity="other">%s görüntüleme</item>
</plurals>
<string name="no_videos">Video yok</string>
<plurals name="videos">
<item quantity="one">Video</item>
<item quantity="other">Videolar</item>
</plurals>
<string name="title_activity_history">Geçmiş</string>
<string name="title_history_search">Aranan</string>
<string name="title_history_view">İzlenen</string>