From 2df31800fc0f27dc203913d6374072e87c16ee3e Mon Sep 17 00:00:00 2001 From: Florian Dupret <34862846+sephrat@users.noreply.github.com> Date: Tue, 20 Apr 2021 08:39:52 +0200 Subject: [PATCH] Fix portuguese localization files --- frontend/src/locales/dateTimeFormats/pt-PT.json | 7 +++++++ frontend/src/locales/{ => messages}/pt-PT.json | 0 2 files changed, 7 insertions(+) create mode 100644 frontend/src/locales/dateTimeFormats/pt-PT.json rename frontend/src/locales/{ => messages}/pt-PT.json (100%) diff --git a/frontend/src/locales/dateTimeFormats/pt-PT.json b/frontend/src/locales/dateTimeFormats/pt-PT.json new file mode 100644 index 000000000..2181d13f1 --- /dev/null +++ b/frontend/src/locales/dateTimeFormats/pt-PT.json @@ -0,0 +1,7 @@ +{ + "short": { + "month": "short", + "day": "numeric", + "weekday": "long" + } +} \ No newline at end of file diff --git a/frontend/src/locales/pt-PT.json b/frontend/src/locales/messages/pt-PT.json similarity index 100% rename from frontend/src/locales/pt-PT.json rename to frontend/src/locales/messages/pt-PT.json