Files
im-admin/automatically-i18n-config.json
2026-03-06 22:17:12 +07:00

48 lines
765 B
JSON

{
"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
}