﻿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
13617	USE_L10N results in faulty javascript code in GeoDjango with some locales	Benjamin Wohlwend	jbronn	"German is one of the locales which uses a comma as the decimal separator. When this locale is active, template code like [http://code.djangoproject.com/browser/django/tags/releases/1.2/django/contrib/gis/templates/gis/google/google-map.js#L12 this] results in faulty Javascript code, e.g:

{{{
#!javascript
geodjango.geopoint.setCenter(new GLatLng(47,3690239, 8,5380326), 12);
}}}

The problem is not strictly related to GeoDjango, it appears everywhere where templates are used to generate Javascript (or other formats with strict syntax) that contain floats. "		closed	Template system	1.2		duplicate	L10N gis gmaps	jumpa Benjamin Wohlwend say4ne@…	Accepted	1	0	1	1	0	0
