﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
27244	Incorrect thousand separator for the Greek locale (el)	kappataumu	nobody	"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."	Bug	closed	Internationalization	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
