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
|
|
@ -123,8 +123,8 @@
|
|||
<string name="playlist">Playliste</string>
|
||||
<string name="playlists">Playlister</string>
|
||||
<plurals name="videos">
|
||||
<item quantity="one">Video</item>
|
||||
<item quantity="other">Videoer</item>
|
||||
<item quantity="one">Én video</item>
|
||||
<item quantity="other">%s videoer</item>
|
||||
</plurals>
|
||||
<string name="tracks">Numre</string>
|
||||
<string name="users">Brugere</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue