Fix plurals not showing number of views, videos and subscribers

Fix typo in pull request template
This commit is contained in:
TobiGr 2017-11-07 14:48:33 +01:00
parent 88a10b5af1
commit 441b510775
2 changed files with 4 additions and 7 deletions

View File

@ -1 +1 @@
- [ ] I carefully reed the [contribution guidelines](https://github.com/TeamNewPipe/NewPipe/blob/HEAD/.github/CONTRIBUTING.md) and agree to them.
- [ ] I carefully read the [contribution guidelines](https://github.com/TeamNewPipe/NewPipe/blob/HEAD/.github/CONTRIBUTING.md) and agree to them.

View File

@ -204,24 +204,21 @@ otevření ve vyskakovacím okně</string>
<plurals name="subscribers">
<item quantity="one">%s odběratel</item>
<item quantity="few">%s odběratelů</item>
<item quantity="many">%s odběratelé</item>
<item quantity="other"/>
<item quantity="other">%s odběratelé</item>
</plurals>
<string name="no_views">Žádná zhlédnutí</string>
<plurals name="views">
<item quantity="one">%s zhlédnutí</item>
<item quantity="few">%s zhlédnutí</item>
<item quantity="many">%s zhlédnutí</item>
<item quantity="other"/>
<item quantity="other">%s zhlédnutí</item>
</plurals>
<string name="no_videos">Žádná videa</string>
<plurals name="videos">
<item quantity="one">%s video</item>
<item quantity="few">%s videí</item>
<item quantity="many">%s videa</item>
<item quantity="other"/>
<item quantity="other">%s videa</item>
</plurals>
<string name="settings_category_downloads_title">Stahování</string>