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
+4 -2
View File
@@ -1,9 +1,10 @@
import menu from './en-US/menu';
import apikeys from './zh-CN/apikeys';
import common from './zh-CN/common';
import menu from './zh-CN/menu';
import models from './zh-CN/models';
import playground from './zh-CN/playground';
import resources from './zh-CN/resources';
import users from './zh-CN/users';
export default {
...common,
@@ -11,5 +12,6 @@ export default {
...models,
...playground,
...resources,
...apikeys
...apikeys,
...users
};