remove unused plural string «comments»

on top of being unused, there were MANY problems for some languages: %s missing, only «one» quantity is translated…
This commit is contained in:
bopol 2020-05-28 22:49:41 +02:00
parent 172f70bef9
commit e350acaf08
43 changed files with 0 additions and 181 deletions

View file

@ -452,10 +452,6 @@
<string name="events">Händelser</string>
<string name="conferences">Konferenser</string>
<string name="show_comments_title">Visa kommentarer</string>
<plurals name="comments">
<item quantity="one">%s kommentar</item>
<item quantity="other">%s kommentarer</item>
</plurals>
<string name="show_comments_summary">Inaktivera för att inte visa kommentarer</string>
<string name="enable_playback_resume_title">Återuppta uppspelning</string>
<string name="enable_playback_resume_summary">Återställ den senaste uppspelningspositionen</string>