Skip to content

How to link to I18n'ed page? #688

Answered by McShelby
postb99 asked this question in Q&A
Discussion options

You must be logged in to vote

Quite tricky.

It worked for me in the exampleSite by adding

  [[languages.en.menu.shortcuts]]
    name = "<i class='fas fa-fw fa-skull-crossbones'></i> Piratish Docs"
    url = "../pir/"
    weight = 50

  [[languages.pir.menu.shortcuts]]
    name = "<i class='fas fa-fw fa-puzzle-piece'></i> Boring Docs"
    url = "../en/"
    weight = 50

Note to exchange pageRef with url in this case.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by postb99
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants