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