From c557aabf32134f5297833b4aafceb11db93c42e6 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期四, 10 十月 2024 14:01:29 +0800 Subject: [PATCH] # --- zy-acs-flow/src/i18n/en.js | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/zy-acs-flow/src/i18n/en.js b/zy-acs-flow/src/i18n/en.js index 667522c..e393bde 100644 --- a/zy-acs-flow/src/i18n/en.js +++ b/zy-acs-flow/src/i18n/en.js @@ -1,3 +1,4 @@ +import { settings } from 'pixi.js'; import englishMessages from 'ra-language-english'; const customEnglishMessages = { @@ -627,6 +628,12 @@ station: 'STATION', direction: 'DIRECTION', }, + settings: { + title: 'Settings', + }, + insight: { + title: 'Insight', + }, }, } }; -- Gitblit v1.9.1