From 949d265ff4f051e558708665b72622350aef8a7c Mon Sep 17 00:00:00 2001 From: bootx Date: Tue, 14 Jul 2026 15:13:23 +0800 Subject: [PATCH] =?UTF-8?q?fix(i18n):=20=E5=85=A8=E8=AF=AD=E7=A7=8D?= =?UTF-8?q?=E6=B3=A8=E5=86=8C=20aggregate=20=E8=AF=AD=E8=A8=80=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 原先仅 ja-JP/ko-KR 挂载 aggregate,其余语种会露出 aggregate.xxx raw key。 --- src/shared/locales/en-US/index.ts | 2 ++ src/shared/locales/id-ID/index.ts | 2 ++ src/shared/locales/ms-MY/index.ts | 2 ++ src/shared/locales/th-TH/index.ts | 2 ++ src/shared/locales/vi-VN/index.ts | 2 ++ src/shared/locales/zh-CN/index.ts | 2 ++ src/shared/locales/zh-HK/index.ts | 2 ++ src/shared/locales/zh-TW/index.ts | 2 ++ 8 files changed, 16 insertions(+) diff --git a/src/shared/locales/en-US/index.ts b/src/shared/locales/en-US/index.ts index d24ae64..9565beb 100644 --- a/src/shared/locales/en-US/index.ts +++ b/src/shared/locales/en-US/index.ts @@ -1,3 +1,4 @@ +import aggregate from './aggregate.json' import auth from './auth.json' import cashier from './cashier.json' import codePay from './codePay.json' @@ -20,4 +21,5 @@ export default { statement, home, error, + aggregate, } diff --git a/src/shared/locales/id-ID/index.ts b/src/shared/locales/id-ID/index.ts index d24ae64..9565beb 100644 --- a/src/shared/locales/id-ID/index.ts +++ b/src/shared/locales/id-ID/index.ts @@ -1,3 +1,4 @@ +import aggregate from './aggregate.json' import auth from './auth.json' import cashier from './cashier.json' import codePay from './codePay.json' @@ -20,4 +21,5 @@ export default { statement, home, error, + aggregate, } diff --git a/src/shared/locales/ms-MY/index.ts b/src/shared/locales/ms-MY/index.ts index d24ae64..9565beb 100644 --- a/src/shared/locales/ms-MY/index.ts +++ b/src/shared/locales/ms-MY/index.ts @@ -1,3 +1,4 @@ +import aggregate from './aggregate.json' import auth from './auth.json' import cashier from './cashier.json' import codePay from './codePay.json' @@ -20,4 +21,5 @@ export default { statement, home, error, + aggregate, } diff --git a/src/shared/locales/th-TH/index.ts b/src/shared/locales/th-TH/index.ts index d24ae64..9565beb 100644 --- a/src/shared/locales/th-TH/index.ts +++ b/src/shared/locales/th-TH/index.ts @@ -1,3 +1,4 @@ +import aggregate from './aggregate.json' import auth from './auth.json' import cashier from './cashier.json' import codePay from './codePay.json' @@ -20,4 +21,5 @@ export default { statement, home, error, + aggregate, } diff --git a/src/shared/locales/vi-VN/index.ts b/src/shared/locales/vi-VN/index.ts index d24ae64..9565beb 100644 --- a/src/shared/locales/vi-VN/index.ts +++ b/src/shared/locales/vi-VN/index.ts @@ -1,3 +1,4 @@ +import aggregate from './aggregate.json' import auth from './auth.json' import cashier from './cashier.json' import codePay from './codePay.json' @@ -20,4 +21,5 @@ export default { statement, home, error, + aggregate, } diff --git a/src/shared/locales/zh-CN/index.ts b/src/shared/locales/zh-CN/index.ts index d24ae64..9565beb 100644 --- a/src/shared/locales/zh-CN/index.ts +++ b/src/shared/locales/zh-CN/index.ts @@ -1,3 +1,4 @@ +import aggregate from './aggregate.json' import auth from './auth.json' import cashier from './cashier.json' import codePay from './codePay.json' @@ -20,4 +21,5 @@ export default { statement, home, error, + aggregate, } diff --git a/src/shared/locales/zh-HK/index.ts b/src/shared/locales/zh-HK/index.ts index d24ae64..9565beb 100644 --- a/src/shared/locales/zh-HK/index.ts +++ b/src/shared/locales/zh-HK/index.ts @@ -1,3 +1,4 @@ +import aggregate from './aggregate.json' import auth from './auth.json' import cashier from './cashier.json' import codePay from './codePay.json' @@ -20,4 +21,5 @@ export default { statement, home, error, + aggregate, } diff --git a/src/shared/locales/zh-TW/index.ts b/src/shared/locales/zh-TW/index.ts index d24ae64..9565beb 100644 --- a/src/shared/locales/zh-TW/index.ts +++ b/src/shared/locales/zh-TW/index.ts @@ -1,3 +1,4 @@ +import aggregate from './aggregate.json' import auth from './auth.json' import cashier from './cashier.json' import codePay from './codePay.json' @@ -20,4 +21,5 @@ export default { statement, home, error, + aggregate, }