mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
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:
parent
aa4d10d919
commit
df7187d795
2 changed files with 30 additions and 14 deletions
|
@ -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
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue