Mercurial > babel > old > mirror
comparison 0.9.x/ChangeLog @ 415:0fb7125f0b7a stable
Ported [448] and [449] to 0.9.x branch.
author | cmlenz |
---|---|
date | Mon, 25 Aug 2008 11:52:58 +0000 |
parents | f29b2f9f1f92 |
children | fb4e025f3410 |
comparison
equal
deleted
inserted
replaced
414:121b789abec0 | 415:0fb7125f0b7a |
---|---|
12 * The system locales "C" and "POSIX" are now treated as aliases for | 12 * The system locales "C" and "POSIX" are now treated as aliases for |
13 "en_US_POSIX", for which the CLDR provides the appropriate data. Thanks to | 13 "en_US_POSIX", for which the CLDR provides the appropriate data. Thanks to |
14 Manlio Perillo for the suggestion. | 14 Manlio Perillo for the suggestion. |
15 * Fixed JavaScript extraction for regular expression literals (ticket #138) | 15 * Fixed JavaScript extraction for regular expression literals (ticket #138) |
16 and concatenated strings. | 16 and concatenated strings. |
17 * The `Translation` class in `babel.support` can now manage catalogs with | |
18 different message domains, and exposes the family of `d*gettext` functions | |
19 (ticket #137). | |
17 | 20 |
18 | 21 |
19 Version 0.9.3 | 22 Version 0.9.3 |
20 http://svn.edgewall.org/repos/babel/tags/0.9.3/ | 23 http://svn.edgewall.org/repos/babel/tags/0.9.3/ |
21 (Jul 9 2008, from branches/stable/0.9.x) | 24 (Jul 9 2008, from branches/stable/0.9.x) |