Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#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 Leila20, 8 years ago

Owner: changed from nobody to Leila20
Status: newassigned

comment:2 by Baptiste Mispelon, 8 years ago

Triage Stage: UnreviewedAccepted

For reference, the information is present in the documentation of the {% get_language_info %} tag [1] but is missing from the documentation of the get_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

comment:3 by Leila20, 8 years ago

Has patch: set

comment:4 by Baptiste Mispelon <bmispelon@…>, 8 years ago

Resolution: fixed
Status: assignedclosed

In de4265e0:

Fixed #26832 -- Added translated language name on the get_language_info documentation

comment:5 by Tim Graham <timograham@…>, 8 years ago

In 2847b22f:

[1.10.x] Fixed #26832 -- Added translated language name on the get_language_info documentation

Backport of de4265e082bcce45ef6fb0929a44205463ba552e from master

comment:6 by Tim Graham <timograham@…>, 8 years ago

In 04beab3:

[1.9.x] Fixed #26832 -- Added translated language name on the get_language_info documentation

Backport of de4265e082bcce45ef6fb0929a44205463ba552e from master

Note: See TracTickets for help on using tickets.
Back to Top