From d0e539a7663e5fc8962ae8f87509d0de758946eb Mon Sep 17 00:00:00 2001 From: inter Date: Tue, 16 Sep 2025 10:39:52 +0800 Subject: [PATCH] Add File --- uni_modules/uni-fav/components/uni-fav/i18n/index.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 uni_modules/uni-fav/components/uni-fav/i18n/index.js diff --git a/uni_modules/uni-fav/components/uni-fav/i18n/index.js b/uni_modules/uni-fav/components/uni-fav/i18n/index.js new file mode 100644 index 0000000..fa8f0f3 --- /dev/null +++ b/uni_modules/uni-fav/components/uni-fav/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 +}