The message that is resolve with key XXXXX is not supported for jit compilation #1516
Replies: 4 comments 1 reply
-
Hi, thanks and kin regards, |
Beta Was this translation helpful? Give feedback.
-
Hi, I was presenting this issue when importing i18n.config.ts file the wrong way in Nuxt 3. I forgot to include the return in the callback function. export default defineI18nConfig(() => {
return {
legacy: false,
locale: "pt",
messages: {
es,
en,
pt,
},
};
}); |
Beta Was this translation helpful? Give feedback.
-
I had the same error message when I use defineI18nLocale function or import another large js/ts file into locale file. |
Beta Was this translation helpful? Give feedback.
-
Solved in @nuxtjs/i18n edge release: nuxt-modules/i18n#2394 (comment) |
Beta Was this translation helpful? Give feedback.
-
Hi guys!
In Nuxt 3 i18n (@nuxtjs/i18n": "^8.0.0-rc.2") I've got this message:
[intlify] the message that is resolve with key 'navigation.collections') is not supported for jit compilation
Does someone know how to fix and explain what means?
Because I didn't find anything online.
Really thanks and kind regards,
Beta Was this translation helpful? Give feedback.
All reactions