#27244: Incorrect thousand separator for the Greek locale (el)
--------------------------------------+--------------------
     Reporter:  kappataumu            |      Owner:  nobody
         Type:  Bug                   |     Status:  new
    Component:  Internationalization  |    Version:  1.10
     Severity:  Normal                |   Keywords:
 Triage Stage:  Unreviewed            |  Has patch:  0
Easy pickings:  0                     |      UI/UX:  0
--------------------------------------+--------------------
 The thousand separator for the Greek locale is a dot ("."), not a non-
 breaking space ("\xa0"). Other than being Greek, one can verify this like
 so:

 {{{
 import locale
 locale.setlocale(locale.LC_ALL, "el_GR.UTF-8")
 print(locale.nl_langinfo(locale.THOUSEP))
 }}}

 A related issue (https://code.djangoproject.com/ticket/23967) previously
 fixed a number of incorrect settings (see PR and discussion at
 https://github.com/django/django/pull/3696) but apparently this slipped
 through. Interestingly, the correct thousand separator is also documented
 in one of the links shared (see http://www.localeplanet.com/java/el-GR/).

 I can submit a PR if desired.

--
Ticket URL: <https://code.djangoproject.com/ticket/27244>
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/053.1a3d5cb3e4336589bbbc14306108a027%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to