I18n

Working with i18n in the Nuxt Statamic module.
For sitemaps with i18n support, take a look at the sitemaps page.

Enabling I18n

You need to enable the i18n option in the module configuration to use the i18n features of the module.

nuxt.config.ts
export default defineNuxtConfig({
  modules: ['@nobears-front-end/nuxt-statamic'],
  statamic: {
    i18n: true,
  },
});

Composables

The module provides two composables to help you work with i18n in your project.