Nuxt 3 Generate - The message format compilation is not supported in this build
Open
- Dominant language
- TypeScript
- Stars
- 204
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
I am generating a static Nuxt 3 build but I am getting the following warning in my console
` WARN [intlify] The message format compilation is not supported in this build. Because message compiler isn't included. You need to pre-compilation all message format. So translate function return 'message.header'.`
I am using adding "@intlify/nuxt3" to nuxt modules with the intlify object and some messages.
I am rendering the translations as follows: `{{ $t("mainLayout.header") }}`
Any ideas what is causing this?
Contributor guide
Assessment
This issue has not been assessed yet.