From b5dc7fbf22caf34d6ce85b2165e8bd3f908bc9e3 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 27 Apr 2010 18:20:27 +0000 Subject: - Expanded portion of i18n narrative chapter docs which discuss working with gettext files. --- CHANGES.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 6a683f05d..7bfd595c0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -12,7 +12,7 @@ Features - The default locale negotiator has become more complex. * First, the negotiator looks for the ``_LOCALE_`` attribute of - the request object (possibly set by an :term:`event listener`). + the request object (possibly set by a view or an event listener). * Then it looks for the ``request.params['_LOCALE_']`` value. @@ -37,6 +37,9 @@ Documentation - Documentation concerning locale negotiation in the Internationalizationa and Localization chapter was updated. +- Expanded portion of i18n narrative chapter docs which discuss + working with gettext files. + 1.3a1 (2010-04-26) ================== -- cgit v1.2.3