Closed MechanisM closed 12 years ago
+1
Just realized, Django does have the local names of most languages: https://docs.djangoproject.com/en/1.4/topics/i18n/translation/#localized-names-of-languages and https://docs.djangoproject.com/en/1.4/topics/i18n/translation/#other-tags
I did this in a slightly different way, using the methods that @jezdez linked. The change was done in dstufft/pinax.
In this repo I removed the gettext from around the language names since Django already has them and there's no reason to force translators to add them again.
each language is written in its own language changed as I'm mentioned in issue #68