169
|
1
|
155
|
2 Version 0.8.1
|
|
3 http://svn.edgewall.org/repos/babel/tags/0.8.1/
|
|
4 (?, from branches/stable/0.8.x)
|
|
5
|
|
6 * `default_locale()` would fail when the value of the `LANGUAGE` environment
|
|
7 variable contained multiple language codes separated by colon, as is
|
|
8 explicitly allowed by the GNU gettext tools. As the `default_locale()`
|
|
9 function is called at the module level in some modules, this bug would
|
|
10 completely break importing these modules on systems where `LANGUAGE` is set
|
|
11 that way.
|
|
12 * The character set specified in PO template files is now respected when
|
|
13 creating new catalog files based on that template. This allows the use of
|
|
14 characters outside the ASCII range in POT files (ticket #17).
|
157
|
15 * The default ordering of messages in generated POT files, which is based on
|
|
16 the order those messages are found when walking the source tree, is no
|
|
17 longer subject to differences between platforms; directory and file names
|
|
18 are now always sorted alphabetically.
|
169
|
19 * The Python message extractor now respects the special encoding comment to be
|
|
20 able to handle files containing non-ASCII characters (ticket #23).
|
182
|
21 * Added 'N_' (gettext noop) to the extractor's default keywords.
|
186
|
22 * Made locale string parsing more robust, and also take the script part into
|
|
23 account (ticket #27).
|
188
|
24 * Added a function to list all locales for which locale data is available.
|
|
25 * Added a command-line option to the `babel` command which prints out all
|
|
26 available locales (ticket #24).
|
155
|
27
|
|
28
|
142
|
29 Version 0.8
|
|
30 http://svn.edgewall.org/repos/babel/tags/0.8.0/
|
|
31 (Jun 20 2007, from branches/stable/0.8.x)
|
|
32
|
|
33 * First public release
|