* Mark all strings used so far as translatable.
[matthijs/projects/xerxes.git] / settings.py
index ccffacbed25bb1cf5d02682d3f5934e8fbf84c6f..7d91bf193d1b2c1ef63d59c7910bdb1d1b5926d8 100644 (file)
@@ -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