diff options
| author | Chris McDonough <chrism@plope.com> | 2011-06-22 03:31:23 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-06-22 03:31:23 -0400 |
| commit | 4f11dc142a1e515bce106a6ebf09e22433d0a845 (patch) | |
| tree | 2a93224c95406053cf090cc357cb330992d69e3c | |
| parent | 6ed33ec54b0dae6ae2a38a0c7a6d383e2ac1967e (diff) | |
| download | pyramid-4f11dc142a1e515bce106a6ebf09e22433d0a845.tar.gz pyramid-4f11dc142a1e515bce106a6ebf09e22433d0a845.tar.bz2 pyramid-4f11dc142a1e515bce106a6ebf09e22433d0a845.zip | |
take robert forkels advice
| -rw-r--r-- | CHANGES.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index f03dcd067..cade195e7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -12,14 +12,14 @@ Bug Fixes ``config.add_translation_dirs``, the directories were inserted into the beginning of the directory list in the wrong order: they were inserted in the reverse of the order they were provided in the ``*specs`` list (items - later in the list trumped ones earlier in the list). This is now fixed. + later in the list were added before ones earlier in the list). This is now + fixed. Note however, that later calls to ``config.add_translation_dirs`` continue to insert directories into the beginning of the list of translation - directories created by earlier calls. This means that the same translation - found in a directory added via ``add_translation_dirs`` later in the - configuration process will be found before one added earlier via a separate - call to ``add_translation_dirs`` in the configuration process. + directories created by earlier calls. This means that messages defined in + catalogs added earlier via ``add_translation_dirs`` take precedence over + the ones in catalogs added later. Backwards Incompatibilities --------------------------- |
