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.

4 lines (3 loc) 160 B
declare module '#build/i18n.plural.mjs' { export function plural(key: string, count: number, params: Params, locale: string, getter: Getter): string | null }