This commit is contained in:
2026-03-06 22:17:12 +07:00
commit 267bf97236
812 changed files with 94237 additions and 0 deletions

View 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
}