I was wondering if someone had thought up a nice solution for
translating the url patterns from 3rd party standalone applications.
I've looked through the documentation on internationalization but it
seems that there is no built in localization of the url patterns. I
personally think it's rather amateurish to have a nicely localized
website/application and then use the same url patterns (often in
english) for every locale.

This isn't really a problem for self-created application but when
trying to speed production and use great third-party applications I
find myself violating the DRY-principle by altering or overriding the
urls.py for the application.

Maybe the url patterns should be marked for translation and translated
before the regular expression gets compiled?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to