Mercurial > babel > old > babel-test
comparison ChangeLog @ 408:94d992d409c7
Add message domain support to the `Translations` class. Closes #137.
author | cmlenz |
---|---|
date | Mon, 25 Aug 2008 11:24:28 +0000 |
parents | b46081c35877 |
children | 9ec92e0d3629 |
comparison
equal
deleted
inserted
replaced
406:b46081c35877 | 408:94d992d409c7 |
---|---|
21 * The system locales "C" and "POSIX" are now treated as aliases for | 21 * The system locales "C" and "POSIX" are now treated as aliases for |
22 "en_US_POSIX", for which the CLDR provides the appropriate data. Thanks to | 22 "en_US_POSIX", for which the CLDR provides the appropriate data. Thanks to |
23 Manlio Perillo for the suggestion. | 23 Manlio Perillo for the suggestion. |
24 * Fixed JavaScript extraction for regular expression literals (ticket #138) | 24 * Fixed JavaScript extraction for regular expression literals (ticket #138) |
25 and concatenated strings. | 25 and concatenated strings. |
26 * The `Translation` class in `babel.support` can now managed catalogs with | |
27 different message domains, and exposes the family of `d*gettext` functions | |
28 (ticket #137). | |
26 | 29 |
27 | 30 |
28 Version 0.9.3 | 31 Version 0.9.3 |
29 http://svn.edgewall.org/repos/babel/tags/0.9.3/ | 32 http://svn.edgewall.org/repos/babel/tags/0.9.3/ |
30 (Jul 9 2008, from branches/stable/0.9.x) | 33 (Jul 9 2008, from branches/stable/0.9.x) |