Go to file
Pau Costa Ferrer 71404d0ed8 Add i18n support with English and Spanish translations
- 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`.
2026-03-28 17:34:13 +01:00
.idea Add i18n support with English and Spanish translations 2026-03-28 17:34:13 +01:00
apps Add i18n support with English and Spanish translations 2026-03-28 17:34:13 +01:00
shared Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00
src Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00
.gitignore Implement authentication, organization management, and floor layout features 2026-03-28 00:36:05 +01:00
docker-compose.yml Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00
package-lock.json Add user profile management with avatar upload and update support 2026-03-28 17:22:57 +01:00
package.json Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00
prompts.md Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00
tsconfig.base.json Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00
tsconfig.json Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00