Re: Limited set of languages available in Django i18n?

2011-05-03 Thread Uri Goldstein
Hello, On Tuesday, May 3, 2011 5:08:28 PM UTC+3, Tom Evans wrote: > > On Tue, May 3, 2011 at 1:43 PM, Uri Goldstein wrote: > > Hi Tom, > > > > I definitely agree that having docs is good, reading and comprehending > the > > docs is better. Reading and comprehe

Re: Limited set of languages available in Django i18n?

2011-05-03 Thread Uri Goldstein
Hi Tom, I definitely agree that having docs is good, reading and comprehending the docs is better. Reading and comprehending the docs yourself you might have noticed the following quote: "If you were to try this and Django supported it, you would inevitably see a mixture of translated strings (

Re: Limited set of languages available in Django i18n?

2011-05-03 Thread Uri Goldstein
Thank you Tom and KG. I now see that my friend was right(!). http://docs.djangoproject.com/en/1.3/topics/i18n/localization/#how-to-create-language-files says: "Django does not support localizing your application into a locale for which Django itself has not been translated." The motivation

Re: Limited set of languages available in Django i18n?

2011-05-03 Thread Uri Goldstein
Thank you for your quick response. I now realize that my friend was referring to "the strings commonly displayed by Django". Naturally these are yet to have been translated to all available languages but I'm sure we'll get there sme day :). I'm fine in knowing that the i18n infrastructure in D

Limited set of languages available in Django i18n?

2011-05-03 Thread Uri Goldstein
Hello, Being new to Django, I was told by a friend that it only supports i18n for a limited set of languages - these being only languages that have had Django itself translated to. Is this true? Doesn't make much sense to me :) Is there a definitive list of languages supported by Django's i18