https://bugs.documentfoundation.org/show_bug.cgi?id=166353
Buovjaga <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Summary|Norwegian help page links |Module navigation links |to an English help page |point to English pages in | |some cases Component|Localization |Documentation CC| |ilmari.lauhakangas@libreoff | |ice.org, | |olivier.hallot@libreoffice. | |org --- Comment #1 from Buovjaga <[email protected]> --- Nothing to do with Norwegian as such. See at the end of https://help.libreoffice.org/latest/help2.js const lang = existingLang(getParameterByName("Language", href) || navigator.language); So if we don't have Language set as an URL parameter or we don't use a localised web browser, we will fall back to en-US. Maybe we should check the lang attribute of the html element as a fallback before defaulting to en-US? -- You are receiving this mail because: You are the assignee for the bug.
