diff --git a/inlang/source-code/paraglide/paraglide-next/docs/why-paraglide-next.md b/inlang/source-code/paraglide/paraglide-next/docs/why-paraglide-next.md index 8d700e25bc..8d6e06ff32 100644 --- a/inlang/source-code/paraglide/paraglide-next/docs/why-paraglide-next.md +++ b/inlang/source-code/paraglide/paraglide-next/docs/why-paraglide-next.md @@ -14,7 +14,7 @@ Messages are fully typesafe, even with parameters, and share the same API both o Paraglide-Next offers Localised routing with translated pathnames, without requiring a `[locale]` parameter in your routes. -[-> Get started here](https://inlang.com/m/osslbuzt/paraglide-next-i18n/get-started) +[➡ Get started here](https://inlang.com/m/osslbuzt/paraglide-next-i18n/get-started) # People Love It diff --git a/inlang/source-code/paraglide/paraglide-sveltekit/docs/why-paraglide.md b/inlang/source-code/paraglide/paraglide-sveltekit/docs/why-paraglide.md index 100b68444e..626b72eab6 100644 --- a/inlang/source-code/paraglide/paraglide-sveltekit/docs/why-paraglide.md +++ b/inlang/source-code/paraglide/paraglide-sveltekit/docs/why-paraglide.md @@ -6,8 +6,27 @@ -## [Learn how to get Started](/m/dxnzrydw/paraglide-sveltekit-i18n/getting-started) +`@inlang/paraglide-sveltekit` is the easiest way to internationalize your SvelteKit Project. It handles string translations, i18n routing and more! + +Thanks to Paraglide's Treeshakeable messages only messages that are _used_ on the _current page_ are part of the JS bundle. This results in the smallest size. They're also fully typesafe. + +Paraglide-SvelteKit offers Localised routing with translated pathnames, without requiring a `[locale]` parameter in your routes. + +Links are automatically translated to the current language. Write ` + + + + + ## Playground Play around with it on [StackBlitz](https://stackblitz.com/~/github.com/lorissigrist/paraglide-sveltekit-example) + +[➡ Get started here](/m/dxnzrydw/paraglide-sveltekit-i18n/getting-started) \ No newline at end of file