Hi, I had to get native language names in a dropdown menu today and I realized two things:
- capitalization is not consistent. I understand that in some languages, the language name is always capitalized (English, Deutsch), but for other ones, it is not ("français", "español", etc.). So the question is whether the names in name_local list should only be capitalized when they are always written with a capital letter or if we'd like to have them always capitalized. http://code.djangoproject.com/ticket/15714 - The second thing is that some languages are missing the real name_local: Hindi, Khmer, Kannada, Lithuanian, etc. Please check: http://code.djangoproject.com/browser/django/trunk/django/conf/locale/__init__.py Cheers, Claude -- www.2xlibre.net -- You received this message because you are subscribed to the Google Groups "Django internationalization and localization" group. To post to this group, send email to django-i18n@googlegroups.com. To unsubscribe from this group, send email to django-i18n+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-i18n?hl=en.