logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 414ee55957851a30b9455e47e1e6d258743953a3
parent 0f2fd8a3523e9e2cd1ca6fe287eb7304895f2cba
Author: Tusooa Zhu <tusooa@kazv.moe>
Date:   Sat,  7 Aug 2021 01:05:26 -0400

Make show full thread message account for numbers

Diffstat:

Msrc/components/thread_tree/thread_tree.vue2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/thread_tree/thread_tree.vue b/src/components/thread_tree/thread_tree.vue @@ -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>