Skip to content
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
5 changes: 2 additions & 3 deletions fern/products/docs/pages/localization/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ title: Localization
subtitle: Ship documentation in multiple languages from a single source
---

Fern lets you publish your documentation in multiple languages from a single source. Readers switch languages from a dropdown in your site header, and each locale gets its own indexable URL for SEO.
Fern lets you publish your documentation in multiple languages from a single source. Readers switch languages from a dropdown in your site header and each locale gets its own indexable URL for SEO.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 [vale] reported by reviewdog 🐶
[Microsoft.URLFormat] Use 'of' (not 'for') to describe the relationship of the word URL to a resource.


You maintain your default-language pages as usual. When you run `fern generate --docs`, Fern auto-translates them into every configured language as part of the build, so your site rebuilds with up-to-date translations each time.


<Frame caption="See it live on the [i18n example site](https://i18n.docs.buildwithfern.com/) ([source](https://github.com/fern-api/docs-examples/tree/main/i18n/fern)).">
<video
src="i18n.mp4"
Expand Down Expand Up @@ -98,7 +97,7 @@ Bienvenue dans la documentation.
fern generate --docs
```

When you regenerate your docs, Fern picks up the translations, renders the language switcher, and emits a sitemap entry per locale.
When you regenerate your docs, Fern picks up the translations, renders the language switcher, and emits a sitemap entry per locale. You can also preview translations locally with `fern docs dev`.

</Step>

Expand Down
Loading