|
@@ -2,7 +2,7 @@
|
|
|
* @Author: vera_min vera_min@163.com
|
|
|
* @Date: 2025-08-02 12:21:54
|
|
|
* @LastEditors: vera_min vera_min@163.com
|
|
|
- * @LastEditTime: 2025-08-05 12:44:51
|
|
|
+ * @LastEditTime: 2025-08-06 01:16:04
|
|
|
* @FilePath: /sagoo-admin-ui/src/i18n/index.ts
|
|
|
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
|
*/
|
|
@@ -22,6 +22,9 @@ import pagesLoginZhtw from '/@/i18n/pages/login/zh-tw';
|
|
|
import pagesFormI18nZhcn from '/@/i18n/pages/formI18n/zh-cn';
|
|
|
import pagesFormI18nEn from '/@/i18n/pages/formI18n/en';
|
|
|
import pagesFormI18nZhtw from '/@/i18n/pages/formI18n/zh-tw';
|
|
|
+import pagesTable18nZhcn from './pages/tableI18n/zh-cn';
|
|
|
+import pagesTable18nEn from './pages/tableI18n/en';
|
|
|
+import pagesTable18nZhtw from './pages/tableI18n/zh-tw';
|
|
|
|
|
|
import pagesIotmanagerZhcn from '/@/i18n/pages/iotmanager/zh-cn';
|
|
|
import pagesIotmanagerEn from '/@/i18n/pages/iotmanager/en';
|
|
@@ -40,6 +43,7 @@ const messages = {
|
|
|
...nextZhcn,
|
|
|
...pagesLoginZhcn,
|
|
|
...pagesFormI18nZhcn,
|
|
|
+ ...pagesTable18nZhcn,
|
|
|
...pagesIotmanagerZhcn
|
|
|
}
|
|
|
},
|
|
@@ -49,6 +53,7 @@ const messages = {
|
|
|
...nextEn,
|
|
|
...pagesLoginEn,
|
|
|
...pagesFormI18nEn,
|
|
|
+ ...pagesTable18nEn,
|
|
|
...pagesIotmanagerEn
|
|
|
},
|
|
|
},
|
|
@@ -58,6 +63,7 @@ const messages = {
|
|
|
...nextZhtw,
|
|
|
...pagesLoginZhtw,
|
|
|
...pagesFormI18nZhtw,
|
|
|
+ ...pagesTable18nZhtw,
|
|
|
...pagesIotmanagerZhtw
|
|
|
},
|
|
|
},
|