We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b093d4 commit 82d7a38Copy full SHA for 82d7a38
detectors/nuxt.modules.json
@@ -351,6 +351,17 @@
351
"js": "window.$nuxt?.$nuxtI18nSeo"
352
}
353
},
354
+ "@nuxtjs/i18n": {
355
+ "metas": {
356
+ "slug": "nuxt-i18n",
357
+ "name": "@nuxtjs/i18n",
358
+ "imgPath": null,
359
+ "url": "https://i18n.nuxtjs.org"
360
+ },
361
+ "detectors": {
362
+ "js": "window.$nuxt?.$i18n"
363
+ }
364
365
"nuxt-image": {
366
"metas": {
367
"slug": "nuxt-image",
0 commit comments