web/ldtplatform/settings.py
changeset 845 07e203d0d26f
parent 764 b059300340aa
child 852 393bcc75d26a
--- a/web/ldtplatform/settings.py	Wed Oct 10 18:07:40 2012 +0200
+++ b/web/ldtplatform/settings.py	Thu Oct 11 18:59:08 2012 +0200
@@ -40,6 +40,7 @@
 LANGUAGES = ( 
     ('fr', ugettext('French')),
     ('en', ugettext('English')),
+    ('ja', ugettext('Japanese')),
 )