Actions
Task #3880
closedSearch doesn’t work in non-English versions of the website
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Tags:
Description
For example, if you go to https://es.libreoffice.org and then click on the magnifying glass to use the search feature, type something and then click on a result it will take you to the English version of the page. Also, if the locale has translations for the slugs then this tries to take you to the English page but with the translated slug URL which results in a 404 error.
I think the problem is that the permalinks aren’t being generated properly. For example if you look at the HTML source for the main page then all of the <link rel="alternate"> links for the different languages point to the same English-language page.
Actions