From 8403e30b3abe810d764fc6dc57c0a0386273356e Mon Sep 17 00:00:00 2001 From: Astounds Date: Sun, 5 Apr 2026 17:43:01 -0500 Subject: Many fixes to i18n --- youtube/templates/comments.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'youtube/templates/comments.html') 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 %} {% if 'more_comments_url' is in comments_info %} - More comments + {{ _('More comments') }} {% endif %} {% endif %} -- cgit v1.2.3