visuddhinanda 2 år sedan
förälder
incheckning
083a83e5ae
1 ändrade filer med 3 tillägg och 0 borttagningar
  1. 3 0
      dashboard/src/locales/zh-Hans/index.ts

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

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