Make show full thread message account for numbers

このコミットが含まれているのは:
Tusooa Zhu 2021-08-07 01:05:26 -04:00
コミット 414ee55957
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 7B467EDE43A08224
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -60,7 +60,7 @@
class="button-unstyled -link thread-tree-show-replies-button"
@click="showThreadRecursively(status.id)"
>
{{ $t('status.thread_show_full', { numStatus: totalReplyCount[status.id], depth: totalReplyDepth[status.id] }) }}
{{ $tc('status.thread_show_full', totalReplyCount[status.id], { numStatus: totalReplyCount[status.id], depth: totalReplyDepth[status.id] }) }}
</button>
</div>
</div>