From 58ca44ed326326eba1d249801bc8faea8bc9cf4b Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 7 Sep 2011 19:58:07 -0400 Subject: - Sometimes falling back from territory translations (``de_DE``) to language translations (``de``) would not work properly when using a localizer. See https://github.com/Pylons/pyramid/issues/263 Closes #263. --- CHANGES.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 3a3ff335b..d2af41876 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,13 @@ Next release ============ +Bug Fixes +--------- + +- Sometimes falling back from territory translations (``de_DE``) to language + translations (``de``) would not work properly when using a localizer. See + https://github.com/Pylons/pyramid/issues/263 + Documentation ------------- -- cgit v1.2.3