Hi all, Recently, I've begun trying to extract Django's forms from Django itself. I'd like to create a library that is usable in Pylons (and elsewhere) without importing the rest of Django.
Can someone give me a hint on how to solve the i18n part? I have to rip out Django's own translation stuff, but I'm not sure how to provide translations that a) work in Pylons b) generally work (outside of Pylons) c) maybe work without Babel (so as not to add another dependency)? Especially, I'm wondering about the integration of the _()-function? By the way, the repository is located at: http://bitbucket.org/martinstein/djforms (but there's not much there yet.) Cheers and thanks, Martin -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
