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
|
|
@ -206,8 +206,8 @@
|
|||
</plurals>
|
||||
<string name="no_videos">Geen video\'s</string>
|
||||
<plurals name="videos">
|
||||
<item quantity="one">Video</item>
|
||||
<item quantity="other">Video’s</item>
|
||||
<item quantity="one">%s video</item>
|
||||
<item quantity="other">%s video’s</item>
|
||||
</plurals>
|
||||
<string name="item_deleted">Item verwijderd</string>
|
||||
<string name="delete_item_search_history">Wil je dit item verwijderen uit je zoekgeschiedenis?</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue