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