agent-ecosystem/landing
iliya eda6218e67 feat(landing): expand localization support and improve content handling
- Added support for additional languages: Chinese (zh), Spanish (es), Hindi (hi), Arabic (ar), and Portuguese (pt) in the LanguageSwitcher and i18n configuration.
- Updated content files for English and Russian to clarify the free usage of the app.
- Enhanced content management by importing new language files into the content structure.
- Adjusted locale handling to ensure proper recognition of supported languages in the application.
2026-03-23 18:53:43 +02:00
..
assets fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
components feat(landing): expand localization support and improve content handling 2026-03-23 18:53:43 +02:00
composables feat(landing): expand localization support and improve content handling 2026-03-23 18:53:43 +02:00
content feat(landing): expand localization support and improve content handling 2026-03-23 18:53:43 +02:00
data feat(landing): expand localization support and improve content handling 2026-03-23 18:53:43 +02:00
docs fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
layouts fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
locales feat(landing): expand localization support and improve content handling 2026-03-23 18:53:43 +02:00
pages fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
plugins fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
public feat(landing): enhance base URL handling and improve image paths 2026-03-23 17:51:09 +02:00
stores fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
types fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
utils fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
.eslintrc.cjs fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
.gitignore fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
.prettierignore fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
.prettierrc fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
app.vue fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
dist feat(landing): add new dist file and enhance AppLogo and HeroDemoVideo components 2026-03-23 17:21:25 +02:00
error.vue fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
eslint.config.mjs fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
nuxt.config.ts feat(landing): enhance base URL handling and improve image paths 2026-03-23 17:51:09 +02:00
package-lock.json feat(landing): enhance comparison section and localization updates 2026-03-23 17:00:29 +02:00
package.json fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
README.md fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00
tsconfig.json fix(tests): improve messageId generation for legacy inbox rows 2026-03-23 16:31:37 +02:00

Claude Agent Teams Landing

Quick start

pnpm install
pnpm dev

Build (SSG)

pnpm generate
pnpm preview

Notes

  • Static-first (SSG) by design.
  • Locale auto-detection: cookie -> browser settings -> fallback en.
  • Theme auto-detection: localStorage -> system preference -> fallback light.