Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jarda-svoboda authored Jul 10, 2023
1 parent 689c34a commit fe72f78
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ These examples demonstrate how to integrate `sveltekit-i18n` into your app. Curr
- this approach is great if you care about SEO
- optimized for non-static adapters (e.g. `@sveltejs/adapter-node`)

[`locale-router-advanced`](./locale-router-advanced)[Demo](https://locale-router-advanced.netlify.app)
- this `multi-page` app demonstrates locale-based routing (e.g. `https://example.com/en/about`)
- this approach is great if you care about SEO
- optimized for non-static adapters (e.g. `@sveltejs/adapter-node`)
- default locale routes do not have any lang prefix in path

### Parsers
[`parser-default`](./parser-default)
- this app demonstrates features of the [@sveltekit-i18n/parser-default](https://github.com/sveltekit-i18n/parsers/blob/master/parser-default)
Expand Down

0 comments on commit fe72f78

Please sign in to comment.