Skip to content
Discussion options

You must be logged in to vote

A workaround is proposed here:

#4542 (comment)

function getSiteTitle() {
  switch(process.env.DOCUSAURUS_CURRENT_LOCALE) {
    case "fr": return "Mon site en Français";
    default: return "My English website";
  }
}

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@chengtie
Comment options

@slorber
Comment options

slorber Nov 18, 2023
Collaborator

Answer selected by chengtie
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