From f3e62c3b3c25995b97a4d6aba5efaecedff8554c Mon Sep 17 00:00:00 2001 From: Wichert Akkerman Date: Mon, 6 Jun 2011 17:52:51 +0200 Subject: Add support for language fallback. --- CHANGES.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 9dd1af2c5..0254ac2b0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -42,6 +42,12 @@ Documentation Features -------- +- Add support for language fallbacks: when trying to translate for a + specific territory (such as ``en_GB``) fall back to translations + for the language (ie ``en``). This brings the translation behaviour in line + with GNU gettext and fixes partially translated texts when using C + extensions. + - New authentication policy: ``pyramid.authentication.SessionAuthenticationPolicy``, which uses a session to store credentials. -- cgit v1.2.3