diff -r 97aa4b45dadf -r 821b602056a8 ldt/web/ldtplatform/settings.py --- a/ldt/web/ldtplatform/settings.py Fri Sep 21 11:13:21 2012 +0900 +++ b/ldt/web/ldtplatform/settings.py Thu Oct 11 10:27:45 2012 +0200 @@ -40,6 +40,7 @@ LANGUAGES = ( ('fr', ugettext('French')), ('en', ugettext('English')), + ('ja', ugettext('Japanese')), )