From b26ec77deb7c5052163ef8514ec7db70c0a5ea2a Mon Sep 17 00:00:00 2001 From: Matthias Kestenholz Date: Wed, 14 Oct 2020 14:37:26 +0200 Subject: [PATCH] Updated the link documenting the de_CH number formats. --- django/conf/locale/de_CH/formats.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/django/conf/locale/de_CH/formats.py b/django/conf/locale/de_CH/formats.py index 999feda2ef..59a9fcb0df 100644 --- a/django/conf/locale/de_CH/formats.py +++ b/django/conf/locale/de_CH/formats.py @@ -26,8 +26,8 @@ DATETIME_INPUT_FORMATS = [ # these are the separators for non-monetary numbers. For monetary numbers, # the DECIMAL_SEPARATOR is a . (decimal point) and the THOUSAND_SEPARATOR is a # ' (single quote). -# For details, please refer to http://www.bk.admin.ch/dokumentation/sprachen/04915/05016/index.html?lang=de -# (in German) and the documentation +# For details, please refer to the documentation and the following link: +# https://www.bk.admin.ch/bk/de/home/dokumentation/sprachen/hilfsmittel-textredaktion/schreibweisungen.html DECIMAL_SEPARATOR = ',' THOUSAND_SEPARATOR = '\xa0' # non-breaking space NUMBER_GROUPING = 3