summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim Yeongbin <79687739+yeongbin05@users.noreply.github.com>2025-02-14 06:35:16 +0900
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2025-02-13 22:35:54 +0100
commit3a455a44c15ff694e940df241fe0efd9f37305b0 (patch)
treecc6ddb62041a0fd7cf2cf294df3f460f3ac0b076
parent6f934989df00be4c7213c6d9efec374da1e300da (diff)
[5.2.x] Corrected SHORT_DATE_FORMAT for Korean (ko).
Backport of 14b46c1b848d846fad55c8634daeabd8787cf0d6 from main
-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 =