Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#19174 closed Bug (fixed)

Some capitalization errors in django.conf.locale.LANG_INFO

Reported by: waldeinburg Owned by: nobody
Component: Internationalization Version: 1.4
Severity: Normal Keywords: language, spelling
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

Language names are not capitalized in Danish; therefore django.conf.locale.LANG_INFO[ 'da' ][ 'name_local' ] should be changed from u'Dansk' to u'dansk'. I believe it's the same for Norwegian ('no') and Swedish ('sv').
If ticket:15714 is accepted, this ticket should be ignored.

Change History (4)

comment:1 by waldeinburg, 12 years ago

Component: UncategorizedInternationalization
Keywords: language spelling added
Type: UncategorizedBug

comment:2 by Łukasz Rekucki, 12 years ago

Easy pickings: set
Triage Stage: UnreviewedAccepted

comment:3 by Claude Paroz <claude@…>, 12 years ago

Resolution: fixed
Status: newclosed

In 2f035a9723d62a63027df4c779c665e8191dd95b:

Fixed #19174 -- Fixed capitalization errors in LANG_INFO

Thanks waldeinburg for the report.

comment:4 by Claude Paroz <claude@…>, 12 years ago

In 9c4ddea8e6cb5bd06b4ba9b53df5fb29f964a8ee:

[1.5.x] Fixed #19174 -- Fixed capitalization errors in LANG_INFO

Thanks waldeinburg for the report.
Backport of 2f035a9 from master.

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