1
0
mirror of https://github.com/django/django.git synced 2025-04-11 19:12:22 +00:00

Corrected SHORT_DATE_FORMAT for Korean (ko).

This commit is contained in:
Kim Yeongbin 2025-02-14 06:35:16 +09:00 committed by GitHub
parent 56e23b2319
commit 14b46c1b84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 =