From af3b1586be74b425089e2091f231e1a123ae1395 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/zh-Hant.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 uni_modules/uni-fav/components/uni-fav/i18n/zh-Hant.json diff --git a/uni_modules/uni-fav/components/uni-fav/i18n/zh-Hant.json b/uni_modules/uni-fav/components/uni-fav/i18n/zh-Hant.json new file mode 100644 index 0000000..41ccefb --- /dev/null +++ b/uni_modules/uni-fav/components/uni-fav/i18n/zh-Hant.json @@ -0,0 +1,4 @@ +{ + "uni-fav.collect": "收藏", + "uni-fav.collected": "已收藏" +}