From fe72f78884eefc94a3ff69f93a787978617a8e99 Mon Sep 17 00:00:00 2001 From: jarda-svoboda <20700514+jarda-svoboda@users.noreply.github.com> Date: Mon, 10 Jul 2023 19:52:34 +0200 Subject: [PATCH] Update README.md --- examples/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/README.md b/examples/README.md index ca40cd8..8069527 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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)