- Introduce `svelte-i18n` for internationalization. - Add English (`en.json`) and Spanish (`es-ES.json`) locale files. - Implement `setupI18n` function for initializing and managing locales. - Update project dependencies to include `svelte-i18n`. |
||
|---|---|---|
| .. | ||
| src | ||
| .env | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| svelte.config.js | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||