diff options
| author | Michal Čihař <michal@cihar.com> | 2014-12-30 15:41:31 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-04-24 20:31:16 -0400 |
| commit | 76d26d89220f5740103a16bf71df2ae255c00da4 (patch) | |
| tree | 04aa358cfebaf5f02dc5b4a2ba19d9725353fc60 /docs | |
| parent | 9d6914da668d9a38537d4c29e3601f06dd830477 (diff) | |
Fixed #24063 -- Allowed locale variants supported by gettext.
The locale code can contain a variant after @, so allowed that.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt index 3c2a35b149..831edc5d10 100644 --- a/docs/releases/1.9.txt +++ b/docs/releases/1.9.txt @@ -162,6 +162,10 @@ Internationalization * The :func:`django.utils.timezone.make_aware` function gained an ``is_dst`` argument to help resolve ambiguous times during DST transitions. +* You can now use locale variants supported by gettext. These are usually used + for languages which can be written in different scripts, for example Latin + and Cyrillic (e.g. ``be@latin``). + Management Commands ^^^^^^^^^^^^^^^^^^^ |
