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
|
|
@ -233,9 +233,9 @@
|
|||
<item quantity="many">%s підписників</item>
|
||||
</plurals>
|
||||
<plurals name="videos">
|
||||
<item quantity="one">Відео</item>
|
||||
<item quantity="few">Відео</item>
|
||||
<item quantity="many">Відео</item>
|
||||
<item quantity="one">%s Відео</item>
|
||||
<item quantity="few">%s Відео</item>
|
||||
<item quantity="many">%s Відео</item>
|
||||
</plurals>
|
||||
<string name="create">Створити</string>
|
||||
<string name="delete_one">Видалити одне</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue