Mercurial > babel > old > mirror
comparison ChangeLog @ 187:d3bde66ac8a9
Add a command-line option that prints out all available locales. Closes #24.
author | cmlenz |
---|---|
date | Thu, 28 Jun 2007 16:34:40 +0000 |
parents | dadcd2934d52 |
children | b86df0ec6119 |
comparison
equal
deleted
inserted
replaced
185:dadcd2934d52 | 187:d3bde66ac8a9 |
---|---|
26 * The Python message extractor now respects the special encoding comment to be | 26 * The Python message extractor now respects the special encoding comment to be |
27 able to handle files containing non-ASCII characters (ticket #23). | 27 able to handle files containing non-ASCII characters (ticket #23). |
28 * Added 'N_' (gettext noop) to the extractor's default keywords. | 28 * Added 'N_' (gettext noop) to the extractor's default keywords. |
29 * Made locale string parsing more robust, and also take the script part into | 29 * Made locale string parsing more robust, and also take the script part into |
30 account (ticket #27). | 30 account (ticket #27). |
31 * Added a function to list all locales for which locale data is available. | |
32 * Added a command-line option to the `babel` command which prints out all | |
33 available locales (ticket #24). | |
31 | 34 |
32 | 35 |
33 Version 0.8 | 36 Version 0.8 |
34 http://svn.edgewall.org/repos/babel/tags/0.8.0/ | 37 http://svn.edgewall.org/repos/babel/tags/0.8.0/ |
35 (Jun 20 2007, from branches/stable/0.8.x) | 38 (Jun 20 2007, from branches/stable/0.8.x) |