You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: implement internationalization support and enhance site components
- Added i18n configuration to support multiple locales (en, es, pt, it, fr, de, nl) in astro.config.mjs.
- Created i18n.ts to manage locale data, including labels and codes.
- Updated BaseHead.astro to generate alternate URLs for different locales and improve Open Graph metadata.
- Refactored ActionLink.astro, CapabilityIndex.astro, DownloadPanel.astro, and other components to utilize localized content and improve accessibility.
- Enhanced SiteNav.astro and SiteFooter.astro to reflect localized navigation and footer links.
- Improved community.astro to dynamically display community information based on the selected locale.
0 commit comments