Send Accept-Language HTTP header
So that sites that negotiate language purely based on that header can deliver multi-lang feeds in the desired language. Just like browsers do.
One "preferred language" setting in Liferea is probably enough for a start. Sites usually fall back on their standard language, which is often English. Maybe pre-populate the field in the settings with the system language.
I would like to work on this issue. Can you give a high level overview of the tasks to be accomplished
@ParthShitole Sorry, I've overlooked your message.
If you are still interested here is a rough overview of what would need to be done
- [ ] determine language from locale (e.g. with
g_get_locale_variants()) - [ ] add new libsoup header in src/net.c
That should be it.
Implemented for 1.16-RC1