From 24c7d828b00c5cfb203addca06c82fc30d2e989a Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Fri, 12 Oct 2012 23:16:55 +0200 Subject: [PATCH] Moved de_CH/formats.py in its correct location Refs #16188. --- django/conf/locale/de_CH/__init__.py | 0 django/{contrib/localflavor => conf/locale}/de_CH/formats.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 django/conf/locale/de_CH/__init__.py rename django/{contrib/localflavor => conf/locale}/de_CH/formats.py (99%) 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 diff --git a/django/contrib/localflavor/de_CH/formats.py b/django/conf/locale/de_CH/formats.py similarity index 99% rename from django/contrib/localflavor/de_CH/formats.py rename to 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