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" + } +}