ldt/web/ldtplatform/settings.py
changeset 19 821b602056a8
parent 1 08f6e99af174
child 27 4b8a549d6399
--- 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')),
 )