From 4e66f2a920fa1c5eb9037786fa30c17cdbe57cc4 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Mon, 3 May 2021 19:45:59 -0800 Subject: [PATCH] New translations en-US.json (Chinese Traditional) --- frontend/src/locales/dateTimeFormats/zh-TW.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/frontend/src/locales/dateTimeFormats/zh-TW.json b/frontend/src/locales/dateTimeFormats/zh-TW.json index 485c132d5..9e0240f38 100644 --- a/frontend/src/locales/dateTimeFormats/zh-TW.json +++ b/frontend/src/locales/dateTimeFormats/zh-TW.json @@ -9,5 +9,14 @@ "day": "numeric", "weekday": "long", "year": "numeric" + }, + "long": { + "year": "numeric", + "month": "long", + "day": "numeric", + "weekday": "long", + "hour": "numeric", + "minute": "numeric", + "hour12": true } } \ No newline at end of file