crate-archive / crate-site

OBSOLETE, SEE crate.io, crate.web, and crate.pypi
https://crate.io/
BSD 2-Clause "Simplified" License
87 stars 13 forks source link

each language is written in its own language #69

Closed MechanisM closed 12 years ago

MechanisM commented 12 years ago

each language is written in its own language changed as I'm mentioned in issue #68

jezdez commented 12 years ago

+1

jezdez commented 12 years ago

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

dstufft commented 12 years ago

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.