From 453486cc35686fde928686cba81ef3f643e3a57d Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Thu, 25 Aug 2022 12:09:14 +0200 Subject: [PATCH] New translations date.json (French) --- public/locales/fr/modules/date.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 public/locales/fr/modules/date.json diff --git a/public/locales/fr/modules/date.json b/public/locales/fr/modules/date.json new file mode 100644 index 000000000..521e220a4 --- /dev/null +++ b/public/locales/fr/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