Opened 12 years ago

Closed 12 years ago

#17139 closed Cleanup/optimization (fixed)

In the French localflavor, department names are written without accents

Reported by: Aymeric Augustin Owned by: Aymeric Augustin
Component: contrib.localflavor Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

And they're stored in DEPARTMENT_ASCII_CHOICES.

They should be written as unicode strings, with accents, and the name of the variable should be changed.

Attachments (1)

17139-1.diff (13.8 KB ) - added by Claude Paroz 12 years ago.
Add accented French departments

Download all attachments as: .zip

Change History (6)

comment:1 by Julien Phalip, 12 years ago

Triage Stage: UnreviewedAccepted

by Claude Paroz, 12 years ago

Attachment: 17139-1.diff added

Add accented French departments

comment:2 by Claude Paroz, 12 years ago

Easy pickings: set
Has patch: set

comment:3 by Aymeric Augustin, 12 years ago

Owner: changed from nobody to Aymeric Augustin

comment:4 by Jannis Leidel, 12 years ago

Triage Stage: AcceptedReady for checkin

comment:5 by Jannis Leidel, 12 years ago

Resolution: fixed
Status: newclosed

In [17477]:

Fixed #17139 -- Corrected the French department names to contain accents.

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