link: change cross language URL format - take 2

This commit is contained in:
Sören Weber 2025-02-17 23:32:07 +01:00
parent 59414a1b79
commit a9cc5c74d6
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
6 changed files with 58 additions and 39 deletions
docs/content
configuration/content/linking
introduction/releasenotes/5

View file

@ -1,7 +1,7 @@
+++
categories = ["howto"]
description = "What options are available for links and images"
options = ["disableDefaultRelref", "disableExplicitIndexURLs"]
options = ["disableDefaultRelref", "disableExplicitIndexURLs", "enableLegacyLanguageLinks"]
title = "Linking"
weight = 5
+++

View file

@ -1,7 +1,7 @@
+++
categories = ["howto"]
description = "What options are available for links and images"
options = ["disableDefaultRelref", "disableExplicitIndexURLs"]
options = ["disableDefaultRelref", "disableExplicitIndexURLs", "enableLegacyLanguageLinks"]
title = "Linking"
weight = 5
+++

View file

@ -28,6 +28,6 @@ weight = -12
}
````
- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Support for languages that are written right to left (like Arabic) is now complete and extended to the menu, the top navigation bar and print. You can experience this in the [pirate translation](/pir). This feature is not available in Internet Explorer 11.
- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Support for languages that are written right to left (like Arabic) is now complete and extended to the menu, the top navigation bar and print. You can experience this in the [pirate translation](/?lang=pir). This feature is not available in Internet Explorer 11.
- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The scrollbars are now colored according to their variant color scheme to better fit into the visuals.