#26832 closed Cleanup/optimization (fixed)
missing get_language_info translated name documentation
Reported by: | Leila20 | Owned by: | Leila20 |
---|---|---|---|
Component: | Documentation | Version: | 1.9 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
after merging #24230
translated name is missing on the get_language info documentation
https://docs.djangoproject.com/en/dev/topics/i18n/translation/
Change History (6)
comment:1 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 8 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 8 years ago
Has patch: | set |
---|
pull request here: https://github.com/django/django/pull/6867/
Note:
See TracTickets
for help on using tickets.
For reference, the information is present in the documentation of the
{% get_language_info %}
tag [1] but is missing from the documentation of theget_language_info()
function [2].[1] https://docs.djangoproject.com/en/dev/topics/i18n/translation/#get-language-info
[2] https://docs.djangoproject.com/en/dev/topics/i18n/translation/#django.utils.translation.get_language_info