mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-11-15 03:02:27 +01:00
Fix plurals not showing number of views, videos and subscribers
Fix typo in pull request template
This commit is contained in:
parent
88a10b5af1
commit
441b510775
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -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.
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user