Browse Source

add relation

visuddhinanda 3 years ago
parent
commit
fa22654f7a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      dashboard/src/locales/zh-Hans/index.ts

+ 2 - 0
dashboard/src/locales/zh-Hans/index.ts

@@ -14,6 +14,7 @@ import auth from "./auth";
 import course from "./course";
 import course from "./course";
 import message from "./message";
 import message from "./message";
 import label from "./label";
 import label from "./label";
+import relation from "./relation";
 const items = {
 const items = {
   "columns.library.title": "藏经阁",
   "columns.library.title": "藏经阁",
   "columns.library.community.title": "社区",
   "columns.library.community.title": "社区",
@@ -61,6 +62,7 @@ const items = {
   ...course,
   ...course,
   ...message,
   ...message,
   ...label,
   ...label,
+  ...relation,
 };
 };
 
 
 export default items;
 export default items;