Closed Marc-Andrieu closed 1 month ago
The browser asks to switch the language from English every time (which is annoying), although the displayed text is in French.
Given that all the text in this project is hard-coded in French, changing <html lang="en"> to <html lang="fr"> in the layout should suffice.
<html lang="en">
<html lang="fr">
Follows https://github.com/aeecleclair/Hyperion/issues/490 regarding language and authentication
The browser asks to switch the language from English every time (which is annoying), although the displayed text is in French.
Given that all the text in this project is hard-coded in French, changing
<html lang="en">
to<html lang="fr">
in the layout should suffice.