Add internationalization support with astro-i18next integration
- Implemented astro-i18next for multi-language support, including English, Dutch, and Italian. - Configured default locale and language fallback settings. - Defined routes for localized content in the configuration. - Updated package.json and package-lock.json to include new dependencies for i18next and related plugins.
This commit is contained in:
6
dist/favicon.svg
vendored
Normal file
6
dist/favicon.svg
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="24" height="24" fill="#3b82f6"/>
|
||||
<path d="M12 2L2 7L12 12L22 7L12 2Z" fill="white"/>
|
||||
<path d="M2 17L12 22L22 17" fill="white" opacity="0.8"/>
|
||||
<path d="M2 12L12 17L22 12" fill="white" opacity="0.6"/>
|
||||
</svg>
|
After Width: | Height: | Size: 288 B |
Reference in New Issue
Block a user