Implement a basic astro integration for @websnacksjs/i18n

This commit is contained in:
M. George Hansen 2025-08-15 14:12:49 +12:00
parent 16a428e396
commit baa002ad2f
Signed by: mgeorgehansen
SSH key fingerprint: SHA256:JlIGiQLPyQ2RHTH3a2oVlb20Xkh9Glr8DUF4YTXHJxM
8 changed files with 459 additions and 0 deletions

View file

@ -0,0 +1,4 @@
export {
default,
type I18nAstroOptions,
} from "./integration.js";