Thank you Karen :)
My python install had some weird patches. Now everything works
absolutely fine :)
Thanks again :)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send
On Wed, Dec 17, 2008 at 12:56 PM, pielgrzym wrote:
>
> 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.
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
Hello,
I'm building a multilingual site with django. Everything seemed to go
really slight: in the admin all the translation nicely include my
locale .po files, same goes for {% trans %} tags in templates. Only
one thing fails - manual language switch - I've followed really
carefully the docs abo
4 matches
Mail list logo