From 1d2ec2577ea8a02befa24cb48e5543cc1a146d73 Mon Sep 17 00:00:00 2001 From: inter Date: Tue, 16 Sep 2025 10:39:03 +0800 Subject: [PATCH] Add File --- uni_modules/uni-popup/components/uni-popup/i18n/en.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 uni_modules/uni-popup/components/uni-popup/i18n/en.json diff --git a/uni_modules/uni-popup/components/uni-popup/i18n/en.json b/uni_modules/uni-popup/components/uni-popup/i18n/en.json new file mode 100644 index 0000000..8c0f5f3 --- /dev/null +++ b/uni_modules/uni-popup/components/uni-popup/i18n/en.json @@ -0,0 +1,7 @@ +{ + "uni-popup.cancel": "cancel", + "uni-popup.ok": "ok", + "uni-popup.placeholder": "pleace enter", + "uni-popup.title": "Hint", + "uni-popup.shareTitle": "Share to" +}