Opened 11 years ago

Closed 11 years ago

#21237 closed New feature (fixed)

Add Australian English (en_AU) to locale conf

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

Description

As requested at the pull request - creating a ticket for this:

Adds Australian English (en_AU) to locale conf, which differs from
American English in date formatting and spelling, and continues
to diverge from British English in spelling (and first-day-of-week
according to the current en_GB locale format.py).

The transifex language project to match this patch has been requested

Change History (3)

comment:2 by Claude Paroz, 11 years ago

Has patch: set
Triage Stage: UnreviewedAccepted
Type: UncategorizedNew feature
Version: 1.5master

Do you plan to add some translations to django.po? Otherwise, I suggest to remove the file from the commit.

comment:3 by Tim Graham <timograham@…>, 11 years ago

Resolution: fixed
Status: newclosed

In 114b70ccf8dcd7af86d5cd464d66aa7761400884:

Fixed #21237 -- Added Australian English (en_AU) to locale conf

Adds Australian English (en_AU) to locale conf, which differs from
American English in date formatting and spelling, and continues
to diverge from British English in spelling (and first-day-of-week
according to the current en_GB locale format.py).

The transifex language project to match this patch has been requested.

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