-
I have a Vite + Vue 3 project. I installed this plugin to simplify the startup but have found that hitting Ctrl+C doesn't exit cleanly.
**vite.config.ts**
```typescript
import path from 'path'
i…
-
At current state one can define formatting with replacements as shown here in the docs:
https://kazupon.github.io/vue-i18n/guide/formatting.html#named-formatting
`{{ $t('welcome', { user: { name: 'J…
-
## issue
We often output warning in browser due to pathkey typos or missing paths.
## purpose
- supprress of translation missing warning
- improvement of DX
## solution plan
- Like vetur, …
-
Hi,
I would like to propose to change the default locale of VueI18n from "en-US" to "en".
"en" is widely used for countries outside of the US and is often treated as the default.
Consequently, …
-
As this : https://github.com/kazupon/vue-i18n/blob/master/examples/ssr/nuxt/package.json
Line between 16 - 18
Is only nuxt needed in that situation?
From this instruction it says other think: htt…
-
Hiya all, we would like to use per-component translations / a custom block in our Nuxt3 project:
- We have global `/locales` already in use.
- Vue Dev Tools shows the custom block `messages` but I…
-
### Describe the bug
Vue i18n isn't changing locales consistently. It seems to change correctly in the component, but not in the locale changer. So locale scope of vuei18n is changing but not global …
-
#### Module versions (please complete the following information):
- `vue`:v2.4.1
- `vue-i18n`:v8.24.2
#### Question
My Project is using Vue SSR, when tests stress by the ab tool, the memory …
-
## Version
2.0.0
## Steps to reproduce
- Using https://github.com/vuejs-templates/webpack
- Testing single file component using Jest which uses the v-icon component like:
```
```
- Ru…
ghost updated
11 months ago
-
When I install the module I get this error: `[nuxt] [request error] [🍍]: getActivePinia was called with no active... `
Without the module, Nuxt & Pinia works perfect.
## Tested on:
- windows 10…