diff options
| author | Duncan Parkes <duncan@mysociety.org> | 2014-08-27 16:18:23 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-09-01 08:39:21 -0400 |
| commit | be8ccc26488552123cd371645dcb4fd13c05fe80 (patch) | |
| tree | 9350b9f0a7313e7472759c6d833e22c05d8263f8 /docs | |
| parent | ab9c886459e179a7741efd3be440653afe260dff (diff) | |
Fixed #23371 -- Changed en_GB first day of the week to Monday.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index f060691d83..8b1df14418 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -533,6 +533,9 @@ Miscellaneous * When a dictionary setting is overridden in user settings, both dictionaries are merged by default. See :ref:`dictionary-settings`. +* For consistency with other major vendors, the ``en_GB`` locale now has Monday + as the first day of the week. + .. _deprecated-features-1.8: Features deprecated in 1.8 |
