chore: languages settings

This commit is contained in:
jialin
2024-06-24 14:00:06 +08:00
parent de96c3d81d
commit 64683fdeb6
32 changed files with 417 additions and 156 deletions
+5 -1
View File
@@ -1,9 +1,13 @@
import common from './en-US/common';
import menu from './en-US/menu';
import models from './en-US/models';
import playground from './en-US/playground';
import resources from './en-US/resources';
export default {
...common,
...menu,
...models
...models,
...playground,
...resources
};