Skip to content

Commit

Permalink
chore: 修改插件依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
sdmu-gaoqi committed Jan 19, 2024
1 parent 20ce22e commit 527e1a4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"wa-menus": {
"xlsxDefaultLan": "zh-CN",
"xlsxTransformPath": "srrc/locales",
"xlsxTransformPath": "src/locales",
"xlsxTransformType": "ts"
}
},
Expand Down
4 changes: 4 additions & 0 deletions src/locales/en.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export default {
message: "hello",
test: "测试",
}
4 changes: 4 additions & 0 deletions src/locales/zh-CN.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export default {
message: "你好",
test: "测试",
}

0 comments on commit 527e1a4

Please sign in to comment.