diff options
| author | 2019-04-07 14:07:17 +0200 | |
|---|---|---|
| committer | 2019-04-07 14:07:17 +0200 | |
| commit | 3900fbb3015c72971527d5bb31f6cfd673835881 (patch) | |
| tree | 56ccb105be946ae7bd16e58debc9e6755da0a287 | |
| parent | 49013bf7163935f32e0cbe75c71d4add1b48a43b (diff) | |
i18n zh unfolded categories (#2357)
https://github.com/FreshRSS/FreshRSS/pull/2313
Thanks to @ZhongyuWang
| -rw-r--r-- | app/i18n/zh-cn/conf.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/zh-cn/conf.php b/app/i18n/zh-cn/conf.php index 7ec20c487..216e4590a 100644 --- a/app/i18n/zh-cn/conf.php +++ b/app/i18n/zh-cn/conf.php @@ -91,8 +91,8 @@ return array( 'auto_load_more' => '在页面底部载入下一篇文章', 'auto_remove_article' => '阅读后隐藏文章', 'confirm_enabled' => '“全部设为已读”时显示确认对话框', - 'display_articles_unfolded' => '默认展开文章', - 'display_categories_unfolded' => '默认展开分类', //TODO + 'display_articles_unfolded' => '默认展开显示文章', + 'display_categories_unfolded' => '默认展开显示类别', 'hide_read_feeds' => '隐藏没有未读文章的分类或 RSS 源 (启用“显示所有文章”时不生效))', 'img_with_lazyload' => '延迟加载图片', 'jump_next' => '跳转到下一未读项 (RSS 源或分类)', |
