From 76d26d89220f5740103a16bf71df2ae255c00da4 Mon Sep 17 00:00:00 2001 From: Michal Čihař Date: Tue, 30 Dec 2014 15:41:31 +0100 Subject: Fixed #24063 -- Allowed locale variants supported by gettext. The locale code can contain a variant after @, so allowed that. --- docs/releases/1.9.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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 ^^^^^^^^^^^^^^^^^^^ -- cgit v1.3