From 48ae36ba6da9720dbf33d4976fe167d2ed560f62 Mon Sep 17 00:00:00 2001 From: wenjiarui Date: Wed, 23 Aug 2023 21:20:39 +0800 Subject: [PATCH] build --- lib/data/i18n.js | 6 +++--- lib/locales/common/zh_CN.json | 2 +- src/data/i18n.ts | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/data/i18n.js b/lib/data/i18n.js index 857458514..49462f2b9 100644 --- a/lib/data/i18n.js +++ b/lib/data/i18n.js @@ -256,11 +256,11 @@ var i18ns = [ } }, { - id: "ada0227a3fe7b54eddce578f15f015b8", - namespace: "oak-general-business-l-Common", + id: "65801f60e3c6d0197f2f0a44a794ccf7", + namespace: "oak-general-business-l-common", language: "zh-CN", module: "oak-general-business", - position: "locales/Common", + position: "locales/common", data: { "noData": "暂无数据", "areYouSure": "请确认", diff --git a/lib/locales/common/zh_CN.json b/lib/locales/common/zh_CN.json index dc1e24cac..a5183e22e 100644 --- a/lib/locales/common/zh_CN.json +++ b/lib/locales/common/zh_CN.json @@ -32,4 +32,4 @@ "bind": "绑定", "true": "是", "false": "否" -} +} diff --git a/src/data/i18n.ts b/src/data/i18n.ts index 9c602b4b5..26b7fdcf7 100644 --- a/src/data/i18n.ts +++ b/src/data/i18n.ts @@ -256,11 +256,11 @@ const i18ns: I18n[] = [ } }, { - id: "ada0227a3fe7b54eddce578f15f015b8", - namespace: "oak-general-business-l-Common", + id: "65801f60e3c6d0197f2f0a44a794ccf7", + namespace: "oak-general-business-l-common", language: "zh-CN", module: "oak-general-business", - position: "locales/Common", + position: "locales/common", data: { "noData": "暂无数据", "areYouSure": "请确认",