src/cm/settings.py
changeset 204 f97a2370743c
parent 137 32f0cf5e62ce
child 436 83b032cbf471
equal deleted inserted replaced
203:84b8af5ed884 204:f97a2370743c
   105     ('fr', _(u'French')),
   105     ('fr', _(u'French')),
   106     ('en', _(u'English')),
   106     ('en', _(u'English')),
   107     ('no', _('Norwegian')),
   107     ('no', _('Norwegian')),
   108     ('pt_BR', _('Brazilian Portuguese')),
   108     ('pt_BR', _('Brazilian Portuguese')),
   109     ('es', _('Spanish')),
   109     ('es', _('Spanish')),
       
   110     ('bg', _('Bulgarian')),
   110 )
   111 )
   111 
   112 
   112 AUTH_PROFILE_MODULE = 'cm.UserProfile'
   113 AUTH_PROFILE_MODULE = 'cm.UserProfile'
   113 
   114 
   114 # always upload file to disk to pipe them through converters
   115 # always upload file to disk to pipe them through converters