Hello,

I noticed that upcoming Django 1.4
(https://docs.djangoproject.com/en/dev/releases/1.4/) supports Translating
URL patterns
(https://docs.djangoproject.com/en/dev/topics/i18n/translation/#url-internationalization).

I'm currently working on a project that needs this, but we considered doing
language switching through a subdomain (cs.domain.com/path) instead of the
path root (domain.com/cs/path).

The later looks like the only documented way. And from my not-so-deep
research, translating patterns appears to be tightly bound to path language
prefixes.

Is there a simple way (by adding some custom thin layer perhaps) to do
Translating URL patterns the Django 1.4 way using the language subdomains?

Thanks,

-- 
:  Vladimir Macek  :  http://macek.sandbox.cz  :  +420 608 978 164
:  UNIX && Dev || Training  :  Python, Django  :  GPG key 1F059424
: MOJE AKT. SKOLENI: http://macek.sandbox.cz/skoleni/aktualni.html

-- 
You received this message because you are subscribed to the Google Groups 
"Django internationalization and localization" group.
To post to this group, send email to django-i18n@googlegroups.com.
To unsubscribe from this group, send email to 
django-i18n+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-i18n?hl=en.

Reply via email to