Skip to content

Commit ebbe7ef

Browse files
committed
Fix Chinese plurals
1 parent 60a272e commit ebbe7ef

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

app/src/main/res/values-b+zh+HANS+CN/strings.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -647,12 +647,10 @@
647647
<string name="remote_search_suggestions">远程搜索建议</string>
648648
<string name="local_search_suggestions">本地搜索建议</string>
649649
<plurals name="deleted_downloads_toast">
650-
<item quantity="one">删除了 %1$s 个下载</item>
651-
<item quantity="other"/>
650+
<item quantity="other">删除了 %1$s 个下载</item>
652651
</plurals>
653652
<plurals name="download_finished_notification">
654-
<item quantity="one">完成了 %s 个下载</item>
655-
<item quantity="other"/>
653+
<item quantity="other">完成了 %s 个下载</item
656654
</plurals>
657655
<string name="main_page_content_swipe_remove">滑动项目以删除它们</string>
658656
<string name="start_main_player_fullscreen_summary">若自动旋转被锁定,不在以小窗播放器形式中播放视频,而直接切换到全屏模式。仍可以通过退出全屏以切换至小窗播放器</string>

0 commit comments

Comments
 (0)