diff -r 7f237270b61c -r 07e203d0d26f web/ldtplatform/settings.py --- 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')), )