diff options
Diffstat (limited to 'vendor/commerceguys/intl/resources/number_format/fr-CH.json')
-rw-r--r-- | vendor/commerceguys/intl/resources/number_format/fr-CH.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vendor/commerceguys/intl/resources/number_format/fr-CH.json b/vendor/commerceguys/intl/resources/number_format/fr-CH.json index 5b320ddde..2c5f891ef 100644 --- a/vendor/commerceguys/intl/resources/number_format/fr-CH.json +++ b/vendor/commerceguys/intl/resources/number_format/fr-CH.json @@ -2,7 +2,8 @@ "numbering_system": "latn", "decimal_pattern": "#,##0.###", "percent_pattern": "#,##0%", - "currency_pattern": "¤ #,##0.00;¤-#,##0.00", + "currency_pattern": "#,##0.00 ¤ ;-#,##0.00 ¤", "accounting_currency_pattern": "#,##0.00 ¤;(#,##0.00 ¤)", + "decimal_separator": ",", "grouping_separator": " " }
\ No newline at end of file |