On Tue, May 3, 2011 at 19:19, Uri Goldstein <uri.goldst...@gmail.com> wrote: > 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 i18n features?
Strictly, since i18n is language neutral, no there isn't. It's not that you can't translate Django into other languages or try to use it in other languages, but if the translations aren't there...well, we can't support them and when you build a site, most of it will be in the default language (usually English). The list of language into which Django has been translated can be found in the source code here (note: this is trunk): http://code.djangoproject.com/browser/django/trunk/django/conf/locale Note that if you would like to translate Django into another language, there are only about 300 strings and they are mostly easy (ie, months, days, numbers etc) The translation is managed through Transifex, which you can join for free. Here is the translation project page: http://www.transifex.net/projects/p/django/ cheers L. > > > Thanks, > urig > > -- > 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. > -- Benford’s law, also called the first-digit law, states that in lists of numbers from many (but not all) real-life sources of data, the leading digit is distributed in a specific, non-uniform way. According to this law, the first digit is 1 almost one third of the time, and larger digits occur as the leading digit with lower and lower frequency, to the point where 9 as a first digit occurs less than one time in twenty. (via @cyberu) from The Best of Wikipedia http://bestofwikipedia.tumblr.com/ -- 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.