Fix Chinese plural string

(cherry picked from commit 5e9bdc2690c737eea99f25f1388cfb8c231daddf)
This commit is contained in:
arkon 2020-08-10 14:18:50 -04:00 committed by Jobobby04
parent ae915d7823
commit cfd3d59516

View File

@ -583,8 +583,7 @@
<string name="pref_category_theme">主题</string>
<string name="action_sort_date_added">添加日期</string>
<plurals name="num_trackers">
<item quantity="one">%d 个同步源</item>
<item quantity="other"/>
<item quantity="other">%d 个同步源</item>
</plurals>
<string name="pref_read_with_tapping_inverted">反转轻触方向</string>
<string name="no_pinned_sources">你没有已置顶的图源</string>