From 2dc7b474979101bc6b13223bf3174962a22b8b3b Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Thu, 25 Aug 2022 12:09:07 +0200 Subject: [PATCH] New translations date.json (Chinese Simplified) --- public/locales/zh/modules/date.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 public/locales/zh/modules/date.json diff --git a/public/locales/zh/modules/date.json b/public/locales/zh/modules/date.json new file mode 100644 index 000000000..521e220a4 --- /dev/null +++ b/public/locales/zh/modules/date.json @@ -0,0 +1,11 @@ +{ + "descriptor": { + "name": "Date", + "description": "Show the current time and date in a card", + "settings": { + "display24HourFormat": { + "label": "Display full time (24-hour)" + } + } + } +} \ No newline at end of file