From 7738f913f501654aa63b3572228dc30e74b533d8 Mon Sep 17 00:00:00 2001 From: Sven Schwyn Date: Sat, 17 Feb 2024 14:27:09 +0100 Subject: [PATCH] Fix thousands separator for CHF see https://de.wikipedia.org/wiki/Zifferngruppierung#Regelung_in_den_L%C3%A4ndern --- config/currency_iso.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/currency_iso.json b/config/currency_iso.json index 6ca30ba382..f5e1e142c2 100644 --- a/config/currency_iso.json +++ b/config/currency_iso.json @@ -455,7 +455,7 @@ "format": "%u %n", "html_entity": "", "decimal_mark": ".", - "thousands_separator": ",", + "thousands_separator": "'", "iso_numeric": "756", "smallest_denomination": 5 },