From cbd943882452e22d185f477d80c294cdb4644be4 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Mon, 18 Oct 2010 13:43:58 +0200 Subject: [PATCH] settings: Change the language to Dutch. --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 98be51f..db3d03a 100644 --- a/settings.py +++ b/settings.py @@ -27,7 +27,7 @@ TIME_ZONE = 'Europe/Amsterdam' # 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 = 'nl' SITE_ID = 1 -- 2.30.2