diff options
| author | Claude Paroz <claude@2xlibre.net> | 2012-10-12 23:16:55 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2012-10-12 23:18:42 +0200 |
| commit | 24c7d828b00c5cfb203addca06c82fc30d2e989a (patch) | |
| tree | 02c1d7e0b872368d9372b272ef85525cac542285 | |
| parent | 95f7ea3af1854f575a47218a08d1a8d5357f8d9b (diff) | |
Moved de_CH/formats.py in its correct location
Refs #16188.
| -rw-r--r-- | django/conf/locale/de_CH/__init__.py | 0 | ||||
| -rw-r--r-- | django/conf/locale/de_CH/formats.py (renamed from django/contrib/localflavor/de_CH/formats.py) | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/django/conf/locale/de_CH/__init__.py b/django/conf/locale/de_CH/__init__.py new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/django/conf/locale/de_CH/__init__.py diff --git a/django/contrib/localflavor/de_CH/formats.py b/django/conf/locale/de_CH/formats.py index 9d56f9f298..7cbf76e7db 100644 --- a/django/contrib/localflavor/de_CH/formats.py +++ b/django/conf/locale/de_CH/formats.py @@ -35,7 +35,7 @@ DATETIME_INPUT_FORMATS = ( '%Y-%m-%d', # '2006-10-25' ) -# 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 # ' (single quote). # For details, please refer to http://www.bk.admin.ch/dokumentation/sprachen/04915/05016/index.html?lang=de |
