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.

7 lines (6 loc) 278 B
/** * Nitro middleware: locale detection and event.context.i18n setup only. * Redirect logic is handled by plugins and Vue Router redirect routes. */ declare const _default: import("h3").EventHandler<import("h3").EventHandlerRequest, Promise<void>>; export default _default;