From 9ddcb7877d9223ae2a9cf85c80bed98b929f4b05 Mon Sep 17 00:00:00 2001 From: inter Date: Tue, 16 Sep 2025 10:39:04 +0800 Subject: [PATCH] Add File --- uni_modules/uni-popup/components/uni-popup/i18n/index.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 uni_modules/uni-popup/components/uni-popup/i18n/index.js diff --git a/uni_modules/uni-popup/components/uni-popup/i18n/index.js b/uni_modules/uni-popup/components/uni-popup/i18n/index.js new file mode 100644 index 0000000..fa8f0f3 --- /dev/null +++ b/uni_modules/uni-popup/components/uni-popup/i18n/index.js @@ -0,0 +1,8 @@ +import en from './en.json' +import zhHans from './zh-Hans.json' +import zhHant from './zh-Hant.json' +export default { + en, + 'zh-Hans': zhHans, + 'zh-Hant': zhHant +}