aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/templates/comments.html
diff options
context:
space:
mode:
authorAstounds <kirito@disroot.org>2026-04-05 17:43:01 -0500
committerAstounds <kirito@disroot.org>2026-04-05 17:43:01 -0500
commit8403e30b3abe810d764fc6dc57c0a0386273356e (patch)
tree1649d78390d41fb2bf2ccf6819c260cd9ca7cd8b /youtube/templates/comments.html
parentf0649be5dec84ce06a3164a2d9ee90f5385ac92f (diff)
downloadyt-local-8403e30b3abe810d764fc6dc57c0a0386273356e.tar.lz
yt-local-8403e30b3abe810d764fc6dc57c0a0386273356e.tar.xz
yt-local-8403e30b3abe810d764fc6dc57c0a0386273356e.zip
Many fixes to i18n
Diffstat (limited to 'youtube/templates/comments.html')
-rw-r--r--youtube/templates/comments.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/templates/comments.html b/youtube/templates/comments.html
index 4728a0a..dac0d23 100644
--- a/youtube/templates/comments.html
+++ b/youtube/templates/comments.html
@@ -58,7 +58,7 @@
{% endfor %}
</div>
{% if 'more_comments_url' is in comments_info %}
- <a class="page-button more-comments" href="{{ comments_info['more_comments_url'] }}">More comments</a>
+ <a class="page-button more-comments" href="{{ comments_info['more_comments_url'] }}">{{ _('More comments') }}</a>
{% endif %}
{% endif %}