nuxt3 icon indicating copy to clipboard operation
nuxt3 copied to clipboard

Nuxt 3 Module for vue-i18n-next

Results 51 nuxt3 issues
Sort by recently updated
recently updated
newest added

Right now, I'm trying to build a plugin to do something depending on current language, so I need to get access to what current language is. so, the idea that...

If I want access vueApp.__VUE_I18N__.global.t or vueApp.__VUE_I18N__.global.locale it works only when I run npm run dev. In production mode it gives "Cannot read properties of undefined (reading 'global')" error. My...

when i import json file with typescript i get values ​​wrapped in functions here is my code: ```javascript const getMapping = async () => import('~/config/mapping.json').then((r: any) => r.default || r)...

Hi, I have a project with nuxt 3, and I was trying to add vue-i18n to the project. I've seen I should use this dependance instead. I've followed the setup...

The PR https://github.com/intlify/nuxt3/pull/73 completely disabled the functionality for the configuration file. I ran some tests locally and found that by reverting those changes, the problem does not exist anymore on...

I used to use locale: localStorage.getItem("lang") || "ru", but what is the right way to do it here?

Got this error with latest version of Node.js when trying to install project dependencies: ```bash error @intlify/[email protected]: The engine "node" is incompatible with this module. Expected version "^14.16.0 || ^16.11.0...

I have a Nuxt 3 or Nuxt.js application with the following folder structure: ``` 📦root ┣ 📂commons ┗ 📂project1 ┗ 📂project2 ``` I have a page in `project1` from which...

I just installed it on a nuxt 3 project and once I serve i get this error ![image](https://user-images.githubusercontent.com/25456439/196638360-5e0f3dbe-8882-4a2d-bbb3-eb1879933cd6.png) the code i followed to installed is the same provided in your...