From 6dda611e3fb4bd2d91cc9dc91c5dfb768ff0ee09 Mon Sep 17 00:00:00 2001 From: inter Date: Tue, 16 Sep 2025 10:38:34 +0800 Subject: [PATCH] Add File --- .../uni-countdown/components/uni-countdown/i18n/en.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 uni_modules/uni-countdown/components/uni-countdown/i18n/en.json diff --git a/uni_modules/uni-countdown/components/uni-countdown/i18n/en.json b/uni_modules/uni-countdown/components/uni-countdown/i18n/en.json new file mode 100644 index 0000000..c18587c --- /dev/null +++ b/uni_modules/uni-countdown/components/uni-countdown/i18n/en.json @@ -0,0 +1,6 @@ +{ + "uni-countdown.day": "day", + "uni-countdown.h": "h", + "uni-countdown.m": "m", + "uni-countdown.s": "s" +}