You need to enable the i18n option in the module configuration to use the i18n features of the module.
export default defineNuxtConfig({
modules: ['@nobears-front-end/nuxt-statamic'],
statamic: {
i18n: true,
},
});
The module provides two composables to help you work with i18n in your project.