UNPKG

@astrolicious/i18n

Version:

Yet another i18n integration for Astro with server and client utilities, type safety and translations built-in.

8 lines (5 loc) 225 B
import { AstroIntegrationLogger } from 'astro'; declare const getNamespaces: (defaultLocalesDir: string, defaultNamespace: string, logger: AstroIntegrationLogger) => { namespaces: string[]; }; export { getNamespaces };