forked from Github-Mirrors/canaille
doc: internationalization menu redirects to the same translated page
instead of the index page of other languages
This commit is contained in:
parent
6735f0957c
commit
6f99c186d0
1 changed files with 2 additions and 2 deletions
|
@ -116,8 +116,8 @@ html_context = {
|
|||
"source_version": "main",
|
||||
"source_docs_path": "/doc/",
|
||||
"languages": [
|
||||
("English", "/en/"),
|
||||
("Français", "/fr/"),
|
||||
("English", "/en/%s"),
|
||||
("Français", "/fr/%s"),
|
||||
],
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue