diff options
| author | Chris McDonough <chrism@agendaless.com> | 2010-04-27 18:20:27 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2010-04-27 18:20:27 +0000 |
| commit | b5dc7fbf22caf34d6ce85b2165e8bd3f908bc9e3 (patch) | |
| tree | 06724076f2ed60271d9575f84f8933bcd044a123 /CHANGES.txt | |
| parent | 12cb6df7728c8321905a08b0864b3ff0386c62cf (diff) | |
| download | pyramid-b5dc7fbf22caf34d6ce85b2165e8bd3f908bc9e3.tar.gz pyramid-b5dc7fbf22caf34d6ce85b2165e8bd3f908bc9e3.tar.bz2 pyramid-b5dc7fbf22caf34d6ce85b2165e8bd3f908bc9e3.zip | |
- Expanded portion of i18n narrative chapter docs which discuss
working with gettext files.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 4 insertions, 1 deletions
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) ================== |
