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) • 375 B
TypeScript
/**
* Universal redirect plugin for i18n routes (works on both server and client).
* Handles locale detection, 404 checks, and redirects.
* Client SPA redirects are handled by i18n-redirect route middleware.
*/
declare const _default: import("nuxt/app").Plugin<Record<string, unknown>> & import("nuxt/app").ObjectPlugin<Record<string, unknown>>;
export default _default;