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

@ -207,8 +207,8 @@ abrir en modo popup</string>
</plurals>
<string name="no_videos">Sin vídeos</string>
<plurals name="videos">
<item quantity="one">Vídeo</item>
<item quantity="other">Vídeos</item>
<item quantity="one">%s vídeo</item>
<item quantity="other">%s vídeos</item>
</plurals>
<string name="item_deleted">Elemento eliminado</string>
<string name="delete_item_search_history">¿Desea eliminar este elemento del historial de búsqueda?</string>