Translate all strings throuht gettext() is not too hard, isn't it? This small change will make the app usefull for all non-english developers and visitors of django-powered sites.
Comment #1
Posted on Apr 9, 2008 by Helpful GiraffeHere's a little patch for that.
- i18n.diff 6.25KB
Comment #2
Posted on Jul 9, 2008 by Grumpy Lion+1 on this one
Comment #3
Posted on Aug 5, 2008 by Helpful WombatJames, please commit this patch. I'd like to send you a Dutch translation afterwards.
Comment #4
Posted on Aug 31, 2008 by Helpful GiraffePatch updated to work with latest revision of contact_form
- i18n.diff 2.98KB
Comment #5
Posted on Sep 19, 2008 by Helpful GiraffeChanged ugettext to ugettext_lazy.
- i18n.diff 2.99KB
Comment #6
Posted on Sep 30, 2008 by Happy CamelI second that request.. it would be really helpful.
Comment #7
Posted on Oct 12, 2008 by Massive Kangaroo+1
Comment #8
Posted on Jan 23, 2009 by Grumpy BearHere's a German translation made from this patch
- django.po 1.28KB
Comment #9
Posted on Jan 25, 2009 by Happy HorseThere's a fork over here: http://bitbucket.org/zerok/django-contact-form-i18n/ that adds translation support. Please send your translations there for now, until the author decides to do something about this ticket.
Status: New
Labels:
Type-Defect
Priority-Medium