feat: more language

This commit is contained in:
jialin
2024-05-22 19:28:08 +08:00
parent 46a9e6a931
commit 7ff9b44644
20 changed files with 424 additions and 42 deletions
+9
View File
@@ -0,0 +1,9 @@
import common from './en-US/common';
import menu from './en-US/menu';
import models from './en-US/models';
export default {
...common,
...menu,
...models
};