diff options
| author | Matthias Kestenholz <mk@feinheit.ch> | 2020-10-14 14:37:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-14 14:37:26 +0200 |
| commit | b26ec77deb7c5052163ef8514ec7db70c0a5ea2a (patch) | |
| tree | c33308e3424ead7d8bf117a3ab2143521b38f830 | |
| parent | ac6c4260074de43a978e5c6553ef89441e1d6748 (diff) | |
Updated the link documenting the de_CH number formats.
| -rw-r--r-- | django/conf/locale/de_CH/formats.py | 4 |
1 files 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 |
