Skip to content

Commit

Permalink
Fix md
Browse files Browse the repository at this point in the history
  • Loading branch information
LorisSigrist committed Oct 4, 2023
1 parent c1d8149 commit 14db890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/30-Internationalized-Routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export function GET() {
> This approach does actually work with prerendering. Even if JS is disabled!
> SvelteKit will generate an `index.html` for the root, which contains a meta refresh tag that redirects to the initial locale.
### Updating the locale client side - Without a page reload
### Updating the locale client side - Without a page reload

`t18s` can update any translated messages in place. A page reload is not required.
However, depending on how complex your app is, simply doing a page reload may be the easiest solution. If you really want to avoid a page reload, read on.
Expand Down Expand Up @@ -132,7 +132,7 @@ export async function load({ depends }) {
}
```

## SEO & Prerendering
## SEO & Prerendering

### Setting the `lang` attribute on `<html>`

Expand Down

0 comments on commit 14db890

Please sign in to comment.