--- 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')),
)