-
Does this module support route prefixes as described [here](https://i18n.nuxtjs.org/routing) in nuxt/i18n documentation.
None of [these](https://i18n.nuxtjs.org/strategies) strategies work in my `n…
-
Hi there! I have two issues/questions regarding the `availableLocales` property.
1. According to the docs `availableLocales` is a [constructor option](https://kazupon.github.io/vue-i18n/api/#construc…
-
Having an issue when trying to build the app for production: https://ibb.co/HrsK1F3.
Here is my nuxt config:
```ts
export default defineNuxtConfig({
css: ["@/assets/scss/index.scss"],
…
-
[vue-i18n] Fall back to translate the keypath 'depo.method' with 'en-US' locale.
locale zh-CN
![image](https://user-images.githubusercontent.com/39981752/41020008-cb3db96a-6993-11e8-93cd-c61a1f8…
-
# Environment
Operating System: `macOS`
Node Version: `v14.17.4`
Nuxt Version: `3.0.0-27246961.9d40a27`
Package Manager: `Yarn`
Bundler: `Vite`
User Config: -
Runtime Modules: -
Build Modules…
-
I used the 'vite-plugin-dynamic-import' in my Vite.config + Vue app. This is my vite.config :
`
///
import { fileURLToPath } from 'url'
import VueI18n from '@intlify/vite-plugin-vue-i18n'
import…
-
It would be great to add translation support (https://github.com/kazupon/vue-i18n ?)
-
### Existing Component
是
### Component Name
vue-i18n
### Description
文件路径:element-ui/src/locale/index.js
问题方法:i18nHandler
行号:11
问题代码`if (typeof vuei18n === 'function' && !!Vue.locale)`…
-
I have a component that uses vue-i18n and works as a normal vue component.
When creating web component I had `TypeError: this is undefined` error with typescript, then created the component with t…
-
Hi,
This example does not work anymore after doing `npm update`, then I get (using `npm run dev`):
`ERROR Cannot start nuxt: input.includes is not a function`
I got the same error in my…