summaryrefslogtreecommitdiff
path: root/django
diff options
context:
space:
mode:
authorKim Yeongbin <79687739+yeongbin05@users.noreply.github.com>2025-02-14 06:35:16 +0900
committerGitHub <noreply@github.com>2025-02-13 22:35:16 +0100
commit14b46c1b848d846fad55c8634daeabd8787cf0d6 (patch)
tree4e0ab2b262dfbdc1f6e52c58b1d941199e1e52d2 /django
parent56e23b2319cc29e6f8518f8f21f95a530dddb930 (diff)
Corrected SHORT_DATE_FORMAT for Korean (ko).
Diffstat (limited to 'django')
-rw-r--r--django/conf/locale/ko/formats.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/conf/locale/ko/formats.py b/django/conf/locale/ko/formats.py
index 1f3487c6f9..1a0dffaf86 100644
--- a/django/conf/locale/ko/formats.py
+++ b/django/conf/locale/ko/formats.py
@@ -7,7 +7,7 @@ TIME_FORMAT = "A g:i"
DATETIME_FORMAT = "Y년 n월 j일 g:i A"
YEAR_MONTH_FORMAT = "Y년 n월"
MONTH_DAY_FORMAT = "n월 j일"
-SHORT_DATE_FORMAT = "Y-n-j."
+SHORT_DATE_FORMAT = "Y-n-j"
SHORT_DATETIME_FORMAT = "Y-n-j H:i"
# FIRST_DAY_OF_WEEK =