From ae81dbb1364e69cc8c73462795a64cbc6316c1fc Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期四, 17 十月 2024 10:03:50 +0800 Subject: [PATCH] # --- zy-acs-flow/src/i18n/en.js | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/zy-acs-flow/src/i18n/en.js b/zy-acs-flow/src/i18n/en.js index 332ae42..c2c6000 100644 --- a/zy-acs-flow/src/i18n/en.js +++ b/zy-acs-flow/src/i18n/en.js @@ -1,8 +1,9 @@ -import { settings } from 'pixi.js'; import englishMessages from 'ra-language-english'; +import enMap from './core/enMap'; const customEnglishMessages = { ...englishMessages, + ...enMap, hello: 'Hello World', common: { response: { @@ -648,7 +649,10 @@ }, insight: { title: 'Insight', - + shelf: { + outbound: 'Outbound', + updateStatus: 'Update Status', + }, }, settings: { title: 'Settings', @@ -696,9 +700,6 @@ bay: 'Bay', }, }, - }, - insight: { - title: 'Insight', }, }, } -- Gitblit v1.9.1