UNPKG

nuxt-intlayer

Version:

Easily internationalize i18n your Nuxt applications with type-safe multilingual content management.

8 lines 332 B
/** * Nuxt client plugin injected by `nuxt-intlayer` module. * It installs the Intlayer Vue composables in the current Nuxt application and keeps * the active locale in sync with the current route (e.g. `/fr/about` → `fr`). */ declare const _default: any; export default _default; //# sourceMappingURL=intlayer-plugin.d.ts.map