From 739eb01f19066094f5dab9b705496285eb4b8958 Mon Sep 17 00:00:00 2001 From: inter Date: Tue, 16 Sep 2025 10:39:51 +0800 Subject: [PATCH] Add File --- uni_modules/uni-fav/components/uni-fav/i18n/en.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 uni_modules/uni-fav/components/uni-fav/i18n/en.json diff --git a/uni_modules/uni-fav/components/uni-fav/i18n/en.json b/uni_modules/uni-fav/components/uni-fav/i18n/en.json new file mode 100644 index 0000000..b288cb0 --- /dev/null +++ b/uni_modules/uni-fav/components/uni-fav/i18n/en.json @@ -0,0 +1,4 @@ +{ + "uni-fav.collect": "collect", + "uni-fav.collected": "collected" +}