In this app, all translations are loaded by default.
It's useful in case all language mutations are used within the app or if you are using SvelteKit's adapter-static.
You can view this demo live on Netlify.
- Download this example
- Run
npm ito install all dependencies (orpnpm i,yarn, etc.) - Run
npm run dev -- --opento preview (orpnpm run dev -- --open,yarn dev --open, etc.)