]> BookStack Code Mirror - bookstack/commitdiff
Fixed comment count update error 3555/head 3556/head
authormcgong <redacted>
Wed, 6 Jul 2022 09:30:46 +0000 (17:30 +0800)
committerGitHub <redacted>
Wed, 6 Jul 2022 09:30:46 +0000 (17:30 +0800)
resources/lang/zh_CN/entities.php
resources/lang/zh_TW/entities.php

index 6dcccac80c442d0d91e885fce505dbde07c6523c..e535bd21ee56561e6828dd0f883c0ae429687623 100644 (file)
@@ -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' => '正在删除评论...',
index 19016fe1377983aca07161b80a7d234a21e24d4d..a932c3c190e9700437758ace12fcc6cba16581fe 100644 (file)
@@ -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' => '正在刪除評論……',
Morty Proxy This is a proxified and sanitized view of the page, visit original site.