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
|
|
@ -199,8 +199,8 @@
|
|||
</plurals>
|
||||
<string name="no_videos">Bideorik ez</string>
|
||||
<plurals name="videos">
|
||||
<item quantity="one">Bideoa</item>
|
||||
<item quantity="other">Bideoak</item>
|
||||
<item quantity="one">%s Bideoa</item>
|
||||
<item quantity="other">%s Bideoak</item>
|
||||
</plurals>
|
||||
<string name="title_activity_history">Historiala</string>
|
||||
<string name="title_history_search">Bilatuta</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue