From: Matthijs Kooijman Date: Mon, 18 Oct 2010 11:43:58 +0000 (+0200) Subject: settings: Change the language to Dutch. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fdorestad-bookings.git;a=commitdiff_plain;h=cbd943882452e22d185f477d80c294cdb4644be4 settings: Change the language to Dutch. --- 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