From f797dc2b5ebaaaa00ca5218d64e2cfdcdb9807d9 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Wed, 1 Aug 2012 20:40:09 +0200 Subject: [PATCH] Switch to Norwegian --- peojumk/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peojumk/settings.py b/peojumk/settings.py index a79f0ff..0ea337d 100644 --- a/peojumk/settings.py +++ b/peojumk/settings.py @@ -33,7 +33,7 @@ TIME_ZONE = 'UTC' # Language code for this installation. All choices can be found here: # http://www.i18nguy.com/unicode/language-identifiers.html -LANGUAGE_CODE = 'en-us' +LANGUAGE_CODE = 'nb-no' SITE_ID = 1 -- 2.39.5