diff --git a/frontend/src/locales/dateTimeFormats/ko-KR.json b/frontend/src/locales/dateTimeFormats/ko-KR.json new file mode 100644 index 000000000..65941802f --- /dev/null +++ b/frontend/src/locales/dateTimeFormats/ko-KR.json @@ -0,0 +1,7 @@ +{ + "short": { + "month": "short", + "day": "numeric", + "weekday": "long" + } +} \ No newline at end of file