#4030: internationalization - auto translation of LANGUAGES
-------------------------------------+--------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: nobody
Status: new | Component:
Internationalization
Version: SVN | Resolution:
Keywords: LANGUAGES settings.py | Stage: Accepted
Has_patch: 1 | Needs_docs: 1
Needs_tests: 0 | Needs_better_patch: 1
-------------------------------------+--------------------------------------
Comment (by akaihola):
No tests or documentation for the above patch yet. And I'm not sure about
the dictionary key names. I actually would prefer 'code', 'name' and
'local_name', but for some reason after staring at Django's i18n code I
came up with 'language_code', 'name' and 'name_local'.
Doesn't this kind of obsolete {%get_available_languages%}? Language names
in the current language are provided by this template tag, too, and it's
much more natural to say {{language.language_code}} and {{language.name}}
in the template than {{language.0}} and {{language.1}}.
--
Ticket URL: <http://code.djangoproject.com/ticket/4030#comment:11>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---