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
eb3b1fb8f0
commit
5e7ed39d9f
33 changed files with 53 additions and 86 deletions
|
|
@ -193,8 +193,8 @@
|
|||
</plurals>
|
||||
<string name="no_videos">Sem 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="settings_category_downloads_title">Transferir</string>
|
||||
<string name="settings_file_charset_title">Carateres permitidos nos nomes de ficheiros</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue