﻿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
35095	Monetary values in Switzerland discrepancy	Andrea Angelini	Annabelle Wiegart	"At this link (https://docs.djangoproject.com/en/5.0/topics/i18n/formatting/#switzerland-german) the documentation says:

Switzerland (German) [...] For monetary values, **a comma is used as the thousand separator** and a decimal point for the decimal separator.

At this link (https://github.com/django/django/blob/main/django/conf/locale/de_CH/formats.py) the comment says:

For monetary numbers, the DECIMAL_SEPARATOR is a . (decimal point) and **the THOUSAND_SEPARATOR is a ' (single quote)**.

Unfortunately I'm not familiar with the `de_CH` locale, therefore I can't say which one is correct.
"	Cleanup/optimization	closed	Internationalization	5.0	Normal	fixed		Claude Paroz Silvan Spross	Ready for checkin	1	0	0	0	1	0
