Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lorissigrist/paraglide-sveltekit-example
https://github.com/lorissigrist/paraglide-sveltekit-example
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lorissigrist/paraglide-sveltekit-example
- Owner: LorisSigrist
- Created: 2024-01-18T10:59:17.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-12T08:45:34.000Z (4 months ago)
- Last Synced: 2024-10-12T08:47:27.472Z (26 days ago)
- Language: Svelte
- Size: 9.77 KB
- Stars: 7
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Paraglide Example with SvelteKit
This is an example Project for using Paraglide with SvelteKit. It implements i18n routing with translated routes and is ready for SSR, SSG and CSR. Everything you need to get started.
Use this as a reference for your own project.
## Links
- [Paraglide](https://inlang.com/m/gerre34r/library-inlang-paraglideJs)
- [Paraglide-SvelteKit](https://inlang.com/m/dxnzrydw/paraglide-sveltekit-i18n)## Interesting Files
- `vite.config.js`
- `src/lib/i18n.js`
- `src/routes/+layout.svelte`
- `src/hooks.js`
- `src/hooks.server.js`