fix: languages config, update-password

This commit is contained in:
jialin
2024-06-25 11:50:55 +08:00
parent bd6b3dcbe3
commit 9edce7116e
21 changed files with 435 additions and 128 deletions
+3 -1
View File
@@ -4,6 +4,7 @@ import menu from './en-US/menu';
import models from './en-US/models';
import playground from './en-US/playground';
import resources from './en-US/resources';
import users from './en-US/users';
export default {
...common,
@@ -11,5 +12,6 @@ export default {
...models,
...playground,
...resources,
...apikeys
...apikeys,
...users
};