-
### Environment
------------------------------
- Operating System: Windows_NT
- Node Version: v21.6.2
- Nuxt Version: 3.11.0
- CLI Version: 3.10.1
- Nitro Version: 2.9.4
- Pac…
-
### Existing Component
是
### Component Name
vue-i18n alertPlugin
### Description
想请教下,vux选择vuex-i18n做国际化的原因是什么?为什么没有选择vue-i18n,这个的功能应该是更多的,也是更大众的选择。
做项目的时候尝试着 vux vue-i18n 配合使用,无奈 …
-
Hi team i'm getting this problem in production mode
```import { enUS, viVN } from './locales'```
```
intlify: {
localeDir: 'locales',
vueI18n: {
locale: 'en-US',
messa…
-
### vue & vue-i18n version
"vue-i18n": "^8.18.1",
"vue": "^2.6.11",
Older browsers such as Chrome 50 are erroring with: `TypeError: formatter.formatToParts is not a function`
Which relates to …
-
**Is your feature related to a specific framework or general for this extension**
```json
{
"@nuxtjs/i18n": "^7.1.0",
"nuxt": "^2.15.8",
}
```
**Is your feature request related to a …
-
我使用了 i18n v8.24.5
自己写的都可以正常翻译,但是像分页这种组件就翻译不了了,比如这种:![image](https://user-images.githubusercontent.com/24404599/124491644-176a6f80-dde6-11eb-83b9-caecce91c31e.png)
页面没有提示报错, 我是使用 CDN 引入
能帮助一下…
-
研究了几天,把1.3.1版本兼容IE11-IE9(IE9还有问题)的方法都记录下来了,IE11-IE10应该都没问题,IE9不知道下一步怎么解决了,大家有需要的一起想想办法吧
//1、webpack-dev-server降版本
npm uninsatll webpack-dev-server
npm install webpack-dev-server@2.6.1 -save-dev
…
-
### Use-cases
```javascript
const dateTimeFormats = {
'en-US': {
short: 'yyyy-MM-DD', // custom formtting with string
long: 'yyyy-MM-DD HH:mm:ss'
},
'ja-JP': {
short: 'yyyy…
-
### Reporting a bug?
I'm using vue-i18n 9.2.2, and the typing of 18n.global.locale is string, but is should be ComputedRef\?
My setup:
```ts
const i18n = createI18n({
legacy: false,
…
-
- [x] Add i18n support to frontend
- [x] Add translations for all existing texts