arteria / cmsplugin-contact-plus

With cmsplugin-contact-plus building custom forms for your django-cms project is a breeze. Now it's so easy to build the forms with exactly the fields you want in the order you want - with a minimal effort.
https://github.com/arteria/cmsplugin-contact-plus
BSD 3-Clause "New" or "Revised" License
30 stars 33 forks source link

Add translation captions to models #12

Closed tiuma closed 9 years ago

tiuma commented 10 years ago

Could you add translation support to model fields?

philippeowagner commented 9 years ago

Everything is already "ugettext_lazy"-ied in models.py - or are you talking about something else?

tiuma commented 9 years ago

Sorry. No. I'm talking about ugettext in models. I' dont know what I have seen before. As you confirm everything is already ugettext_lazy-ied. Sorry again.

philippeowagner commented 9 years ago

No problem ;-)