From e2ad0ff8281723443056e7411a912067356927ea Mon Sep 17 00:00:00 2001 From: Michael Genson <71845777+michael-genson@users.noreply.github.com> Date: Sun, 20 Jul 2025 19:35:25 +0000 Subject: [PATCH] add missing date config --- frontend/lang/dateTimeFormats/et-EE.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 frontend/lang/dateTimeFormats/et-EE.json diff --git a/frontend/lang/dateTimeFormats/et-EE.json b/frontend/lang/dateTimeFormats/et-EE.json new file mode 100644 index 000000000..47f1f0c52 --- /dev/null +++ b/frontend/lang/dateTimeFormats/et-EE.json @@ -0,0 +1,21 @@ +{ + "short": { + "month": "short", + "day": "numeric", + "weekday": "long" + }, + "medium": { + "month": "long", + "day": "numeric", + "weekday": "long", + "year": "numeric" + }, + "long": { + "year": "numeric", + "month": "long", + "day": "numeric", + "weekday": "long", + "hour": "numeric", + "minute": "numeric" + } +}