Ok, I believe I've found a buggg ;)

The problem is locale.translate can't handle utf encoded language
code. To avoid doing so I needed to add "lang_code = lang_code.encode
('ascii')" to line 334 of django/utils/translation/trans_real.py.
Could someone take a peek if this is right (things started working
thanks to this change) - so I may post a bugreport? :)
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to