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
This commit is contained in:
Duncan Parkes 2014-08-26 18:39:41 +01:00 committed by Tim Graham
parent aa4d10d919
commit df7187d795
2 changed files with 30 additions and 14 deletions

View file

@ -201,6 +201,8 @@ Internationalization
reusable apps. It also allows overriding those custom formats in your main
Django project.
* Formats for the Welsh locale (``cy``) have been added.
Management Commands
^^^^^^^^^^^^^^^^^^^