feat: multi-language support

This commit is contained in:
vben
2020-11-26 21:10:21 +08:00
parent 4f8ad976cc
commit 19011296ed
76 changed files with 764 additions and 307 deletions

View File

@@ -0,0 +1,6 @@
export default {
dashboard: 'Dashboard',
welcome: 'Home',
workbench: 'Workbench',
analysis: 'Analysis',
};