init
This commit is contained in:
48
automatically-i18n-config.json
Normal file
48
automatically-i18n-config.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"i18nFilePath": "src/i18n",
|
||||
"autoImportI18n": true,
|
||||
"i18nImportPath": "@/i18n",
|
||||
"templateI18nCall": "$t",
|
||||
"scriptI18nCall": "i18n.global.t",
|
||||
"keyFilePathLevel": 2,
|
||||
"excludeDebugContexts": false,
|
||||
"excludedExtensions": [
|
||||
".svg",
|
||||
".png",
|
||||
".jpg",
|
||||
".jpeg",
|
||||
".gif",
|
||||
".bmp",
|
||||
".ico",
|
||||
".md",
|
||||
".txt",
|
||||
".json",
|
||||
".css",
|
||||
".scss",
|
||||
".less",
|
||||
".sass",
|
||||
".styl"
|
||||
],
|
||||
"excludedStrings": [
|
||||
"宋体",
|
||||
"黑体",
|
||||
"楷体",
|
||||
"仿宋",
|
||||
"微软雅黑",
|
||||
"华文",
|
||||
"方正",
|
||||
"苹方",
|
||||
"思源",
|
||||
"YYYY年MM月DD日"
|
||||
],
|
||||
"freeGoogle": true,
|
||||
"baidu": {
|
||||
"appid": "",
|
||||
"secretKey": ""
|
||||
},
|
||||
"deepl": {
|
||||
"authKey": "",
|
||||
"isPro": false
|
||||
},
|
||||
"useMd5Key": false
|
||||
}
|
||||
Reference in New Issue
Block a user