Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(fix-bad-example-for-lang-switcher-external-link-feature) #307

Merged
merged 1 commit into from
May 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/setup/setting-up-material.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ plugins:

## Adding a special item in the language switcher

If you want to add a special item in the automatically generated language switcher pointing to a fixed link, use the special `null` locale.
If you want to add a special item in the automatically generated language switcher pointing to a fixed link, use the special `"null"` (quotes intended) locale.

``` yaml
plugins:
Expand All @@ -38,7 +38,7 @@ plugins:
- locale: fr
name: Français
build: true
- locale: null
- locale: "null"
name: Help translating
build: false
fixed_link: https://spaceship-prompt.sh/contribute/?h=trans#Translating
Expand Down
Loading