chore: languages settings
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user