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

@ -476,14 +476,6 @@
<string name="show_comments_title">إظهار التعليقات</string>
<string name="show_comments_summary">عطّله لإخفاء التعليقات</string>
<string name="autoplay_title">تشغيل تلقائي</string>
<plurals name="comments">
<item quantity="zero">%s تعليق</item>
<item quantity="one">%s تعليقات</item>
<item quantity="two">%s تعليقات</item>
<item quantity="few">%s تعليقات</item>
<item quantity="many">%s تعليقات</item>
<item quantity="other">%s تعليقات</item>
</plurals>
<string name="no_comments">لا توجد تعليقات</string>
<string name="error_unable_to_load_comments">تعذر تحميل التعليقات</string>
<string name="close">إغلاق</string>