feat: test2

This commit is contained in:
Norkz 2025-05-21 21:21:45 -04:00
parent aeb2b1046d
commit ce0a9faaae
2 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,7 @@
"Answer": "Answer",
"Search for videos": "Search for videos",
"The Popular feed has been disabled by the administrator.": "The Popular feed has been disabled by the administrator.",
"The Trending feed has been disabled by the administrator": "The Trending feed has been disabled by the administrator",
"generic_channels_count": "{{count}} channel",
"generic_channels_count_plural": "{{count}} channels",
"generic_views_count": "{{count}} view",

View File

@ -70,6 +70,8 @@ module Invidious::Routes::Search
return error_template 500, ex
end
redirect_url = Invidious::Frontend::Misc.redirect_url(env)
# Pagination
page_nav_html = Frontend::Pagination.nav_numeric(locale,
base_url: "/search?#{query.to_http_params}",