equal
deleted
inserted
replaced
37 ugettext = lambda s:s |
37 ugettext = lambda s:s |
38 |
38 |
39 LANGUAGES = ( |
39 LANGUAGES = ( |
40 ('fr', ugettext('French')), |
40 ('fr', ugettext('French')), |
41 ('en', ugettext('English')), |
41 ('en', ugettext('English')), |
42 ('de', ugettext('German')), |
42 # ('de', ugettext('German')), |
43 ('es', ugettext('Spanish')), |
43 # ('es', ugettext('Spanish')), |
44 ) |
44 ) |
45 |
45 |
46 SITE_ID = 1 |
46 SITE_ID = 1 |
47 |
47 |
48 # If you set this to False, Django will make some optimizations so as not |
48 # If you set this to False, Django will make some optimizations so as not |