1、引入国际化i18n
2、提炼字段、编写zh文件 3、增加维语文件
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
{ | ||
"name": "mult_mobile", | ||
"version": "0.1.0", | ||
"private": true, | ||
"scripts": { | ||
"serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build", | ||
"lint": "vue-cli-service lint" | ||
}, | ||
"dependencies": { | ||
"@vant/area-data": "^1.2.2", | ||
"autoprefixer": "^9.7.5", | ||
"babel-plugin-import": "^1.13.0", | ||
"core-js": "^3.6.4", | ||
"echarts": "^4.9.0", | ||
"lib-flexible": "^0.3.2", | ||
"postcss": "^7.0.27", | ||
"postcss-pxtorem": "^5.1.1", | ||
"sessionstorage": "^0.1.0", | ||
"signature_pad": "^4.0.3", | ||
"vant": "^2.12.45", | ||
"vue": "^2.6.11", | ||
"vue-wechat-title": "^2.0.5" | ||
}, | ||
"devDependencies": { | ||
"@vue/cli-plugin-babel": "^4.2.0", | ||
"@vue/cli-plugin-eslint": "^4.2.0", | ||
"@vue/cli-service": "^4.2.0", | ||
"axios": "^0.19.2", | ||
"element-ui": "^2.14.1", | ||
"node-sass": "^5.0.0", | ||
"sass": "^1.25.0", | ||
"sass-loader": "^7.3.1", | ||
"vue-router": "^3.1.6", | ||
"vue-template-compiler": "^2.6.11", | ||
"vuex": "^3.1.3" | ||
}, | ||
"postcss": { | ||
"plugins": { | ||
"autoprefixer": {}, | ||
"postcss-pxtorem": { | ||
"rootValue": 37.5, | ||
"propList": [ | ||
"*" | ||
] | ||
} | ||
} | ||
}, | ||
"browserslist": [ | ||
"> 1%", | ||
"last 2 versions", | ||
"not ie <= 8", | ||
"ios >= 8", | ||
"android >= 4.0" | ||
] | ||
"name": "mult_mobile", | ||
"version": "0.1.0", | ||
"private": true, | ||
"scripts": { | ||
"serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build", | ||
"lint": "vue-cli-service lint" | ||
}, | ||
"dependencies": { | ||
"@vant/area-data": "^1.2.2", | ||
"autoprefixer": "^9.7.5", | ||
"babel-plugin-import": "^1.13.0", | ||
"core-js": "^3.6.4", | ||
"echarts": "^4.9.0", | ||
"lib-flexible": "^0.3.2", | ||
"postcss": "^7.0.27", | ||
"postcss-pxtorem": "^5.1.1", | ||
"sessionstorage": "^0.1.0", | ||
"signature_pad": "^4.0.3", | ||
"vant": "^2.12.45", | ||
"vue": "^2.6.11", | ||
"vue-wechat-title": "^2.0.5" | ||
}, | ||
"devDependencies": { | ||
"@vue/cli-plugin-babel": "^4.2.0", | ||
"@vue/cli-plugin-eslint": "^4.2.0", | ||
"@vue/cli-service": "^4.2.0", | ||
"axios": "^0.19.2", | ||
"element-ui": "^2.14.1", | ||
"node-sass": "^5.0.0", | ||
"sass": "^1.25.0", | ||
"sass-loader": "^7.3.1", | ||
"vue-i18n": "^6.1.3", | ||
"vue-router": "^3.1.6", | ||
"vue-template-compiler": "^2.6.11", | ||
"vuex": "^3.1.3" | ||
}, | ||
"postcss": { | ||
"plugins": { | ||
"autoprefixer": {}, | ||
"postcss-pxtorem": { | ||
"rootValue": 37.5, | ||
"propList": [ | ||
"*" | ||
] | ||
} | ||
} | ||
}, | ||
"browserslist": [ | ||
"> 1%", | ||
"last 2 versions", | ||
"not ie <= 8", | ||
"ios >= 8", | ||
"android >= 4.0" | ||
] | ||
} |
This diff is collapsed.
Click to expand it.
src/lang/Uygur.js
0 → 100644
src/lang/zh.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment