From 2f9ef7cdd60479531086416a3069060b6747671c Mon Sep 17 00:00:00 2001 From: ChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com> Date: Sat, 21 Aug 2021 04:11:19 -0400 Subject: [PATCH] Make "Show More Replies" for comments translatable (#1555) Co-authored-by: Preston --- .../components/watch-video-comments/watch-video-comments.vue | 2 +- static/locales/en-US.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/renderer/components/watch-video-comments/watch-video-comments.vue b/src/renderer/components/watch-video-comments/watch-video-comments.vue index 12b531883..358e2c9db 100644 --- a/src/renderer/components/watch-video-comments/watch-video-comments.vue +++ b/src/renderer/components/watch-video-comments/watch-video-comments.vue @@ -146,7 +146,7 @@ class="showMoreReplies" @click="getCommentReplies(index)" > - Show More Replies + {{ $t("Comments.Show More Replies") }} diff --git a/static/locales/en-US.yaml b/static/locales/en-US.yaml index cf2b070b5..139ae911c 100644 --- a/static/locales/en-US.yaml +++ b/static/locales/en-US.yaml @@ -583,6 +583,7 @@ Comments: View: View Hide: Hide Replies: Replies + Show More Replies: Show More Replies Reply: Reply There are no comments available for this video: There are no comments available for this video