File tree 4 files changed +137
-207
lines changed
4 files changed +137
-207
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "i18n-ally.localesPaths" : " src/locales"
3
+ }
Original file line number Diff line number Diff line change 2
2
"name" : " vite-vue-i18n-starter" ,
3
3
"version" : " 0.0.0" ,
4
4
"dependencies" : {
5
- "vue" : " ^3.0.0 " ,
6
- "vue-i18n" : " ^9.0.0-beta.6 "
5
+ "vue" : " ^3.0.4 " ,
6
+ "vue-i18n" : " ^9.0.0-beta.10 "
7
7
},
8
8
"devDependencies" : {
9
- "@intlify/vite-plugin-vue-i18n" : " ^1.0.0-beta.1 " ,
9
+ "@intlify/vite-plugin-vue-i18n" : " ^1.0.0-beta.2 " ,
10
10
"@types/js-yaml" : " ^3.12.4" ,
11
11
"@types/json5" : " ^0.0.30" ,
12
- "@vue/compiler-sfc" : " ^3.0.0 " ,
12
+ "@vue/compiler-sfc" : " ^3.0.4 " ,
13
13
"js-yaml" : " ^3.14.0" ,
14
14
"json5" : " ^2.1.3" ,
15
- "typescript" : " ^4.0.3 " ,
16
- "vite" : " ^1.0.0-rc.9 "
15
+ "typescript" : " ^4.1.2 " ,
16
+ "vite" : " ^1.0.0-rc.13 "
17
17
},
18
18
"private" : true ,
19
19
"scripts" : {
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import en from './locales/en.json'
6
6
import ja from './locales/ja.json'
7
7
8
8
const i18n = createI18n ( {
9
+ legacy : false ,
9
10
locale : 'en' ,
10
11
messages : {
11
12
en,
You can’t perform that action at this time.
0 commit comments