Merge pull request #3556 from GongMingCai/development

Fixed comment count update error
This commit is contained in:
Dan Brown 2022-07-27 11:18:05 +01:00 committed by GitHub
commit ee24635e06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -331,7 +331,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' => '正在删除评论...',

View File

@ -331,7 +331,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' => '正在刪除評論……',