getpelican / pelican-plugins

Collection of plugins for the Pelican static site generator
Other
1.38k stars 849 forks source link

i18n_subsites redirects to navigator's wanted language (if available) #1359

Open Siltaar opened 2 years ago

Siltaar commented 2 years ago

New clean version of https://github.com/getpelican/pelican-plugins/issues/975

Add an accept-lang.js file and the associated documentation to allow users to get the visitor's browsers redirected to it's language (when available).

It checks if the current i18n sub-sites is the one corresponding to the browsers wanted language, if not it searchs for a link to this wanted i18n sub-sites and clicks on it.