Links always lead to the english page #71

Closed
opened 2022-12-04 23:01:43 +00:00 by Mr-Mime · 1 comment
Mr-Mime commented 2022-12-04 23:01:43 +00:00 (Migrated from github.com)

When clicking on a link on any non English start page, it redirects to the English sub page.

Needed change could look like this:

- (@/donate/index.md)
+ (./donate)

or like this:

- (@/donate/index.md)
+ (@/donate/index.de.md)

Which way is wanted?
If I got a response, I can do the changes and create an PR

When clicking on a link on any non English start page, it redirects to the English sub page. Needed change could look like this: ```diff - (@/donate/index.md) + (./donate) ``` or like this: ```diff - (@/donate/index.md) + (@/donate/index.de.md) ``` Which way is wanted? If I got a response, I can do the changes and create an PR
biodranik commented 2022-12-04 23:07:23 +00:00 (Migrated from github.com)

Great catch! Let's fix it using the second option, it is more explicit.

Great catch! Let's fix it using the second option, it is more explicit.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: organicmaps/website#71
No description provided.