#25194: Improper MONTH_DAY_FORMAT for Korean(ko) language
-------------------------------------+-------------------------------------
     Reporter:  seungjin             |      Owner:  nobody
         Type:  Bug                  |     Status:  new
    Component:                       |    Version:  master
  Internationalization               |   Keywords:  Ko, Korean, i10n,
     Severity:  Normal               |  Locale
 Triage Stage:  Unreviewed           |  Has patch:  1
Easy pickings:  0                    |      UI/UX:  0
-------------------------------------+-------------------------------------
 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일'

--
Ticket URL: <https://code.djangoproject.com/ticket/25194>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/051.ce9aea613d369118ae6abe16d9d05774%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to