From 83d2a3c763340eed765ce71ebd15da91496cf973 Mon Sep 17 00:00:00 2001 From: mcgong <88075411+GongMingCai@users.noreply.github.com> Date: Wed, 6 Jul 2022 17:30:46 +0800 Subject: [PATCH] Fixed comment count update error --- resources/lang/zh_CN/entities.php | 2 +- resources/lang/zh_TW/entities.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/zh_CN/entities.php b/resources/lang/zh_CN/entities.php index 6dcccac80..e535bd21e 100644 --- a/resources/lang/zh_CN/entities.php +++ b/resources/lang/zh_CN/entities.php @@ -329,7 +329,7 @@ return [ 'comments' => '评论', 'comment_add' => '添加评论', 'comment_placeholder' => '在这里评论', - 'comment_count' => '{0} 无评论|[1,*] :count条评论', + 'comment_count' => '{0} 无评论|{1} 1 条评论|[2,*] :count 条评论', 'comment_save' => '保存评论', 'comment_saving' => '正在保存评论...', 'comment_deleting' => '正在删除评论...', diff --git a/resources/lang/zh_TW/entities.php b/resources/lang/zh_TW/entities.php index 19016fe13..a932c3c19 100644 --- a/resources/lang/zh_TW/entities.php +++ b/resources/lang/zh_TW/entities.php @@ -329,7 +329,7 @@ return [ 'comments' => '評論', 'comment_add' => '新增評論', 'comment_placeholder' => '在這裡評論', - 'comment_count' => '{0} 無評論 |{1} :count 則評論 | [2,*] :count 則評論', + 'comment_count' => '{0} 無評論|{1} 1 則評論|[2,*] :count 則評論', 'comment_save' => '儲存評論', 'comment_saving' => '正在儲存評論……', 'comment_deleting' => '正在刪除評論……',