-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Description
Is your feature request related to a problem? Please describe.
Invidious supports localization, but YouTube content is currently always in English (param hl=en
).
Some YouTubers localize things like video titles and descriptions.
For example, you can open https://www.youtube.com/watch?v=Sqr-PdVYhY4 with YouTube in english or in french. Title and description are translated.
Describe the solution you'd like
Invidious should support the hl
param everywhere across the website as well as the API, similar to the region
param. Useful for the content, and also for the search / search suggestions.
Arguably, if someone sets Invidious to a certain language, they probably will appreciate the YouTube content being in that language as well
Describe alternatives you've considered
Do nothing
Additional context
There are some considerations to this I guess - such as how caching will work (only cache english? Will this impact performance on popular instances?)