mirror of
https://github.com/django/django.git
synced 2024-12-23 01:25:58 +00:00
Updated the link documenting the de_CH number formats.
This commit is contained in:
parent
ac6c426007
commit
b26ec77deb
@ -26,8 +26,8 @@ DATETIME_INPUT_FORMATS = [
|
|||||||
# these are the separators for non-monetary numbers. For monetary numbers,
|
# these are the separators for non-monetary numbers. For monetary numbers,
|
||||||
# the DECIMAL_SEPARATOR is a . (decimal point) and the THOUSAND_SEPARATOR is a
|
# the DECIMAL_SEPARATOR is a . (decimal point) and the THOUSAND_SEPARATOR is a
|
||||||
# ' (single quote).
|
# ' (single quote).
|
||||||
# For details, please refer to http://www.bk.admin.ch/dokumentation/sprachen/04915/05016/index.html?lang=de
|
# For details, please refer to the documentation and the following link:
|
||||||
# (in German) and the documentation
|
# https://www.bk.admin.ch/bk/de/home/dokumentation/sprachen/hilfsmittel-textredaktion/schreibweisungen.html
|
||||||
DECIMAL_SEPARATOR = ','
|
DECIMAL_SEPARATOR = ','
|
||||||
THOUSAND_SEPARATOR = '\xa0' # non-breaking space
|
THOUSAND_SEPARATOR = '\xa0' # non-breaking space
|
||||||
NUMBER_GROUPING = 3
|
NUMBER_GROUPING = 3
|
||||||
|
Loading…
Reference in New Issue
Block a user