We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When adding a Block to a component in Nuxt the following error is thrown:
[vite-node] [plugin:unplugin-vue-i18n:resource] [VITE_ERROR] /components/TestComp.vue?vue&type=i18n&index=0&locale=de-DE&lang.json <br><pre>export default function (Component) { const _Component = Component _Component.__i18n = _Component.__i18n || [] _Component.__i18n.push({ "locale": "de-DE", "resource": { "breadcrumb.home": (()=>{const fn=(ctx) => {const { normalize: _normalize } = ctx;return _normalize(["Startseite"])};fn.source="Startseite";return fn;})() } }) } </pre><br>
The component is compiled and the translation will be shown.
https://stackblitz.com/edit/bobbiegoede-nuxt-i18n-starter-hrvq7nhs
unplugin-vue-i18n
System: OS: Linux 5.0 undefined CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz Memory: 0 Bytes / 0 Bytes Shell: 1.0 - /bin/jsh Binaries: Node: 18.20.3 - /usr/local/bin/node Yarn: 1.22.19 - /usr/local/bin/yarn npm: 10.2.3 - /usr/local/bin/npm pnpm: 8.15.6 - /usr/local/bin/pnpm
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reporting a bug?
When adding a Block to a component in Nuxt the following error is thrown:
Expected behavior
The component is compiled and the translation will be shown.
Reproduction
https://stackblitz.com/edit/bobbiegoede-nuxt-i18n-starter-hrvq7nhs
Issue Package
unplugin-vue-i18n
System Info
Screenshot
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: