1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

Updated the link documenting the de_CH number formats.

This commit is contained in:
Matthias Kestenholz 2020-10-14 14:37:26 +02:00 committed by GitHub
parent ac6c426007
commit b26ec77deb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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