Skip to content

Latest commit

 

History

History

README.md

Netlify Status

Single-load app

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.

Preview

You can view this demo live on Netlify.

How to use this example

  • Download this example
  • Run npm i to install all dependencies (or pnpm i, yarn, etc.)
  • Run npm run dev -- --open to preview (or pnpm run dev -- --open, yarn dev --open, etc.)