Re: Problem with translations

2013-09-05 Thread Doug
Follow-up: just for good measure could you tell me what you have in your settings for `LANGUAGE_CODE` and what languages you are trying to support? If by some small chance you are trying to support a language not apart of this set ,

Re: Problem with translations

2013-09-05 Thread Doug
I've found some other people with the same issue. Looking at the source, the issue is directly related to IOError, so your assumption sounds correct, django

Re: Problem with translations

2013-08-26 Thread Andreas Kuhne
Has nobody heard of this issue before? It is rather disturbing and means that our site crashes from time to time for some users. Regards, Andréas 2013/8/21 Andreas Kuhne > Hi, > > I am working on a website that is available in 10 different languages, and > we have the translations working. If

Re: Problem with translations

2013-08-21 Thread Andreas Kuhne
We are running nginx for static files and apache + mod_wsgi for the django website. Regards, Andréas 2013/8/21 Mauro Rocco > Hi, > That's strange. > To me looks like the server from time to time can not access this files as > you said. > What you use in production Apache/ModWSGI ? > > Regards

Re: Problem with translations

2013-08-21 Thread Mauro Rocco
Hi, That's strange. To me looks like the server from time to time can not access this files as you said. What you use in production Apache/ModWSGI ? Regards On Wednesday, August 21, 2013 2:57:51 PM UTC+2, Andréas Kühne wrote: > > Hi, > > I am working on a website that is available in 10 differen

Problem with translations

2013-08-21 Thread Andreas Kuhne
Hi, I am working on a website that is available in 10 different languages, and we have the translations working. If you want to see our website in french, you just add /fr to our url and it works fine. However we are getting a lot of : File "middleware.py", line 83, in process_request tran

Problem with translations

2011-08-17 Thread Isaac
Hi folks, I'm having a problem with a single module and its translations. This module has some lazy translation (the same as other modules), but in admin, it spreads an error. Error is the following: TemplateSyntaxError at /admin/tieredpricing/pricingtier/add/ Caught TypeError while rendering

Re: Problem with translations

2011-01-03 Thread Karen Tracey
On Mon, Jan 3, 2011 at 3:05 AM, Isaac XxX wrote: > Recently, i've found a problem with i18n translations in Django. > > All my translations are located inside views functions, templates and some > of them are in a file called forms.py (where i store some of my forms). > > The problem arise when I

Problem with translations

2011-01-03 Thread Isaac XxX
Recently, i've found a problem with i18n translations in Django. All my translations are located inside views functions, templates and some of them are in a file called forms.py (where i store some of my forms). The problem arise when I render that forms. First render time, seems that locale is a