@astrolicious/i18n
v0.5.1
Published
Yet another i18n integration for Astro with server and client utilities, type safety and translations built-in.
Downloads
540
Readme
@astrolicious/i18n
This is yet another i18n integration for Astro with server and client utilities, type safety and translations built-in.
Documentation
Read the Astro I18n docs.
Contributing
This package is structured as a monorepo:
playground
contains code for testing the packagepackage
contains the actual package
Install dependencies using pnpm:
pnpm i --frozen-lockfile
Start the playground and package watcher:
pnpm dev
You can now edit files in package
. Please note that making changes to those files may require restarting the playground dev server.
Licensing
MIT Licensed. Made with ❤️ by Florian Lefebvre.
Acknowledgements
- https://github.com/yassinedoghri/astro-i18next
- https://i18n.nuxtjs.org/