From ce63c7aeae8238e43f99dd8c3038ffbd67c6d05d Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Tue, 20 Apr 2021 07:36:20 -0800 Subject: [PATCH] New translations en-US.json (Portuguese) --- frontend/src/locales/dateTimeFormats/pt-PT.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/locales/dateTimeFormats/pt-PT.json b/frontend/src/locales/dateTimeFormats/pt-PT.json index 2181d13f1..65941802f 100644 --- a/frontend/src/locales/dateTimeFormats/pt-PT.json +++ b/frontend/src/locales/dateTimeFormats/pt-PT.json @@ -1,7 +1,7 @@ -{ - "short": { - "month": "short", - "day": "numeric", - "weekday": "long" - } +{ + "short": { + "month": "short", + "day": "numeric", + "weekday": "long" + } } \ No newline at end of file