Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#23368 closed New feature (fixed)

Overhaule the cy (Welsh) formats.py file.

Reported by: Duncan Parkes Owned by: Duncan Parkes
Component: Internationalization Version: dev
Severity: Normal Keywords: welsh, cy, formats
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The cy (Welsh) locale is missing several format variables.

Change History (5)

comment:1 by Duncan Parkes, 10 years ago

Owner: changed from nobody to Duncan Parkes
Status: newassigned

Here's a pull request with what I think needs to be done: https://github.com/django/django/pull/3123

comment:2 by Tim Graham, 10 years ago

Triage Stage: UnreviewedAccepted

Could you find another person familiar with Welsh to sign off on the changes and mark the patch "Ready for Checkin"?

comment:3 by Duncan Parkes, 10 years ago

Triage Stage: AcceptedReady for checkin

As I didn't get any response from the Welsh translators on Django-I18N, I checked this over with a couple of Welsh speakers in real life, and I'm confident it's ready to check in.

comment:4 by Tim Graham <timograham@…>, 10 years ago

Resolution: fixed
Status: assignedclosed

In df7187d7957f7b94d6f5207e00218a23fe93212e:

Fixed #23368 -- Overhauled the Welsh formats.py file.

The only debatable thing here is setting FIRST_DAY_OF_WEEK to 1.
The only examples of calendars I can find in Welsh start on Monday,
for example, the calendar on S4C (the only all Welsh TV station).

http://www.s4c.co.uk/clic/c_clicschedule.shtml

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

In 023a3d99156b458e0a8b0cb039aeca485066be07:

Updated release notes for backporting locale additions; refs #23368 and #23417.

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