Skip to content

@nuxtjs/i18n $t function does not exist after adding nuxt-booster #1292

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

Open
foxgreek opened this issue Apr 24, 2025 · 1 comment
Open

@nuxtjs/i18n $t function does not exist after adding nuxt-booster #1292

foxgreek opened this issue Apr 24, 2025 · 1 comment

Comments

@foxgreek
Copy link

Describe the bug
I'm trying to install nuxt-booster in my working project but the $t function from i18n is not found anymore.

Getting this error:
ERROR(vue-tsc) Property '$t' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, ... 16 more ..., {}>'.

To Reproduce
Steps to reproduce the behavior:

  1. create new nuxt project
  2. add @nuxtjs/i18n
  3. add nuxt-booster
  4. run nuxt app

Expected behavior
i18n is working properly together with nuxt-booster

@ThornWalli
Copy link
Contributor

Hello @foxgreek,

your problem should have been solved in this PR (#1290), will be published now.

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

No branches or pull requests

2 participants