Opened 10 years ago
Closed 10 years ago
#25194 closed Bug (fixed)
Improper MONTH_DAY_FORMAT for Korean(ko) language
| Reported by: | Seung-jin Kim | Owned by: | nobody |
|---|---|---|---|
| Component: | Internationalization | Version: | dev |
| Severity: | Normal | Keywords: | Ko, Korean, i10n, Locale |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Setting MONTH_DAY_FORMAT = 'F월 j일' at django/conf/locale/ko/formats.py causes improper MONTH_DAY_FORMAT presentation in Korean.
For example, it shows "7월월 30일" (duplicated character'월') and it is supposed to be "7월 30일".
MONTH_DAY_FORMAT should have 'n월 j일' not 'F월 j일'
Attachments (1)
Change History (4)
by , 10 years ago
| Attachment: | django_ko_locale_MONTH_DAY_FORMAT.patch added |
|---|
comment:1 by , 10 years ago
comment:2 by , 10 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|
Note:
See TracTickets
for help on using tickets.
Do you have a colleague who can +1 this change?