X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=settings.py;fp=settings.py;h=7d91bf193d1b2c1ef63d59c7910bdb1d1b5926d8;hb=c5cbeefd03ddece1d37e966ad0b6f56ece29113f;hp=ccffacbed25bb1cf5d02682d3f5934e8fbf84c6f;hpb=6fa55cac1c136867267f139619fe4c07639d89cf;p=matthijs%2Fprojects%2Fxerxes.git diff --git a/settings.py b/settings.py index ccffacb..7d91bf1 100644 --- a/settings.py +++ b/settings.py @@ -22,7 +22,12 @@ TIME_ZONE = 'Europe/Amsterdam' # Language code for this installation. All choices can be found here: # http://www.w3.org/TR/REC-html40/struct/dirlang.html#langcodes # http://blogs.law.harvard.edu/tech/stories/storyReader$15 -LANGUAGE_CODE = 'en-us' +#LANGUAGE_CODE = 'en-us' +LANGUAGE_CODE = 'nl' +LANGUAGES = ( + ('en', 'English'), + ('nl', 'Nederlands'), +) SITE_ID = 1