@inlang/paraglide-js 1.2.4 → 1.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/index.js +255 -555
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -46,9 +46,9 @@ This will:
|
|
|
46
46
|
Adapters are framework specific integrations for Paraglide. If you are using a framework, using an adapter is recommended (but not required). If you don't use a framework, you can skip this step.
|
|
47
47
|
|
|
48
48
|
<doc-links>
|
|
49
|
+
<doc-link title="Adapter for NextJS" icon="tabler:brand-nextjs" href="https://inlang.com/m/osslbuzt/library-inlang-paraglideJsAdapterNextJs" description="Go to Library"></doc-link>
|
|
49
50
|
<doc-link title="Adapter for SvelteKit" icon="simple-icons:svelte" href="https://inlang.com/m/dxnzrydw/library-inlang-paraglideJsAdapterSvelteKit" description="Go to Library"></doc-link>
|
|
50
51
|
<doc-link title="Adapter for SolidJS" icon="tabler:brand-solidjs" href="https://inlang.com/m/n860p17j/library-inlang-paraglideJsAdapterSolidStart" description="Go to Library"></doc-link>
|
|
51
|
-
<doc-link title="Adapter for NextJS" icon="tabler:brand-nextjs" href="https://github.com/opral/monorepo/tree/main/inlang/source-code/paraglide/paraglide-js-adapter-next" description="Go to GitHub example"></doc-link>
|
|
52
52
|
<doc-link title="Adapter for Vite" icon="tabler:brand-vite" href="https://github.com/opral/monorepo/tree/main/inlang/source-code/paraglide/paraglide-js-adapter-vite" description="Go to GitHub"></doc-link>
|
|
53
53
|
</doc-links>
|
|
54
54
|
|
|
@@ -369,4 +369,4 @@ Paraglide JS is part of the inlang ecosystem, so it integrates nicely with all t
|
|
|
369
369
|
|
|
370
370
|
# Pricing
|
|
371
371
|
|
|
372
|
-
<doc-
|
|
372
|
+
<doc-pricing></doc-pricing>
|