From 12fbb3f286809defacb9ac0e1f874ea73fc0c8b9 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Tue, 20 Apr 2021 08:02:59 -0800 Subject: [PATCH] New translations en-US.json (Czech) --- frontend/src/locales/dateTimeFormats/cs-CZ.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 frontend/src/locales/dateTimeFormats/cs-CZ.json diff --git a/frontend/src/locales/dateTimeFormats/cs-CZ.json b/frontend/src/locales/dateTimeFormats/cs-CZ.json new file mode 100644 index 000000000..65941802f --- /dev/null +++ b/frontend/src/locales/dateTimeFormats/cs-CZ.json @@ -0,0 +1,7 @@ +{ + "short": { + "month": "short", + "day": "numeric", + "weekday": "long" + } +} \ No newline at end of file