From: Guillaume Pellerin Date: Fri, 25 Sep 2015 09:50:29 +0000 (+0200) Subject: default locale X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=15dd5d5cba1f0c0390fb8af0dfc7ba671819b345;p=diggersdigest.git default locale --- diff --git a/app/diggersdigest/settings.py b/app/diggersdigest/settings.py index c77c80d..59c0862 100644 --- a/app/diggersdigest/settings.py +++ b/app/diggersdigest/settings.py @@ -128,7 +128,7 @@ SHOP_CHECKOUT_STEPS_CONFIRMATION = True # Controls the formatting of monetary values accord to the locale # module in the python standard library. If an empty string is # used, will fall back to the system's locale. -SHOP_CURRENCY_LOCALE = 'fr_FR.UTF-8' +SHOP_CURRENCY_LOCALE = '' # Dotted package path and name of the function that # is called on submit of the billing/shipping checkout step. This