Skip to content
New issue

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

How to import vue3-gettext into nuxt projects? #42

Open
snowdream opened this issue Feb 25, 2023 · 1 comment
Open

How to import vue3-gettext into nuxt projects? #42

snowdream opened this issue Feb 25, 2023 · 1 comment
Labels

Comments

@snowdream
Copy link

How to import vue3-gettext into nuxt projects?

@lzurbriggen
Copy link
Collaborator

@snowdream
Do you have a specific problem?

I have not used Nuxt recently, but looking at the documentation I think you can just create a plugin file and do something like this:

export default defineNuxtPlugin((nuxtApp) => {
  nuxtApp.vueApp.use(createGettext(...))
})

I don't know if there are issues with SSR or something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants