UNPKG

nuxt-i18n-micro

Version:

Nuxt I18n Micro is a lightweight, high-performance internationalization module for Nuxt, designed to handle multi-language support with minimal overhead, fast build times, and efficient runtime performance.

8 lines (7 loc) 289 B
/** * API Route: /_locales/:page/:locale/data.json * Returns translations with fallback locales. * Uses pre-serialized JSON to avoid repeated serialization. */ declare const _default: import("h3").EventHandler<import("h3").EventHandlerRequest, Promise<void>>; export default _default;