1
0
mirror of https://github.com/django/django.git synced 2025-10-27 07:36:08 +00:00
Files
django/docs/topics/i18n
Bernardo Pires 12ff1623d6 [1.5.x] Fixed #21372 -- Corrected docs regarding translating LANGUAGES.
Corrected LANGUAGES documentation on how to translate language
names. Now using django.utils.translation.ugettext_lazy instead
of a dummy gettext() function.

Thanks to Salvatore for the report.

Backport of 8bc350b385 from master.

Conflicts:
	docs/topics/i18n/translation.txt
2013-11-10 00:09:02 +01:00
..