feat(en.ts): 自定义国际化英文语言包

This commit is contained in:
郝先瑞
2022-02-23 23:59:58 +08:00
parent 2c884c0136
commit dedd7f2c46

5
src/lang/en.ts Normal file
View File

@@ -0,0 +1,5 @@
export default {
route: {
dashboard: 'Dashboard'
}
}