]> BookStack Code Mirror - bookstack/commitdiff
Merge pull request #3556 from GongMingCai/development
authorDan Brown <redacted>
Wed, 27 Jul 2022 10:18:05 +0000 (11:18 +0100)
committerGitHub <redacted>
Wed, 27 Jul 2022 10:18:05 +0000 (11:18 +0100)
Fixed comment count update error

resources/lang/zh_CN/entities.php
resources/lang/zh_TW/entities.php

index 5deb8ed6f0ac4bb650591d805f94d8590be4400c..8616766a0dbec5afca2605ec5bd2147d3fca0fe8 100644 (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' => '正在删除评论...',
index 73c738792e0712db68debed6e72a505fd79f367e..1792fcbad9c7c9558f0b69007ca96d491a890506 100644 (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' => '正在刪除評論……',