Skip to content
Snippets Groups Projects
Verified Commit 3cad5cab authored by Huste, Tobias's avatar Huste, Tobias
Browse files

Fix language selector issue for files starting with de

When there is a file starting with de, the configuration defaulted the
lang value to de. This way, the multilingual implementation breaks. This
is fixed by properly specifying the path with a slash in the end.
parent 357a892e
No related branches found
No related tags found
2 merge requests!126Fix language selector issue for files starting with de,!125Deep link checker try 2
...@@ -49,7 +49,7 @@ defaults: ...@@ -49,7 +49,7 @@ defaults:
lang: "en" lang: "en"
- -
scope: scope:
path: "de" path: "de/"
values: values:
lang: "de" lang: "de"
hidden: true hidden: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment