280
|
1 Version 0.9.1
|
|
2 http://svn.edgewall.org/repos/babel/tags/0.9.1/
|
288
|
3 (Sep 7 2007, from branches/stable/0.9.x)
|
280
|
4
|
288
|
5 * Fixed catalog updating when a message is merged that was previously simple
|
|
6 but now has a plural form, for example by moving from `gettext` to
|
280
|
7 `ngettext`, or vice versa.
|
|
8 * Fixed time formatting for 12 am and 12 pm.
|
|
9 * Fixed output encoding of the `pybabel --list-locales` command.
|
282
|
10 * PO files are now written in binary mode on windows (ticket #61).
|
280
|
11
|
|
12
|
263
|
13 Version 0.9
|
|
14 http://svn.edgewall.org/repos/babel/tags/0.9.0/
|
266
|
15 (Aug 20 2007, from branches/stable/0.9.x)
|
263
|
16
|
|
17 * The `new_catalog` distutils command has been renamed to `init_catalog` for
|
|
18 consistency with the command-line frontend.
|
|
19 * Added compilation of message catalogs to MO files (ticket #21).
|
|
20 * Added updating of message catalogs from POT files (ticket #22).
|
|
21 * Support for significant digits in number formatting.
|
|
22 * Apply proper "banker's rounding" in number formatting in a cross-platform
|
|
23 manner.
|
|
24 * The number formatting functions now also work with numbers represented by
|
|
25 Python `Decimal` objects (ticket #53).
|
|
26 * Added extensible infrastructure for validating translation catalogs.
|
|
27 * Fixed the extractor not filtering out messages that didn't validate against
|
|
28 the keyword's specification (ticket #39).
|
|
29 * Fixed the extractor raising an exception when encountering an empty string
|
|
30 msgid. It now emits a warning to stderr.
|
|
31 * Numerous Python message extractor fixes: it now handles nested function
|
|
32 calls within a gettext function call correctly, uses the correct line number
|
|
33 for multi-line function calls, and other small fixes (tickets #38 and #39).
|
|
34 * Improved support for detecting Python string formatting fields in message
|
|
35 strings (ticket #57).
|
|
36 * CLDR upgraded to the 1.5 release.
|
|
37 * Improved timezone formatting.
|
266
|
38 * Implemented scientific number formatting.
|
|
39 * Added mechanism to lookup locales by alias, for cases where browsers insist
|
|
40 on including only the language code in the `Accept-Language` header, and
|
|
41 sometimes even the incorrect language code.
|
263
|
42
|
|
43
|
|
44 Version 0.8.1
|
|
45 http://svn.edgewall.org/repos/babel/tags/0.8.1/
|
|
46 (Jul 2 2007, from branches/stable/0.8.x)
|
|
47
|
|
48 * `default_locale()` would fail when the value of the `LANGUAGE` environment
|
|
49 variable contained multiple language codes separated by colon, as is
|
|
50 explicitly allowed by the GNU gettext tools. As the `default_locale()`
|
|
51 function is called at the module level in some modules, this bug would
|
|
52 completely break importing these modules on systems where `LANGUAGE` is set
|
|
53 that way.
|
|
54 * The character set specified in PO template files is now respected when
|
|
55 creating new catalog files based on that template. This allows the use of
|
|
56 characters outside the ASCII range in POT files (ticket #17).
|
|
57 * The default ordering of messages in generated POT files, which is based on
|
|
58 the order those messages are found when walking the source tree, is no
|
|
59 longer subject to differences between platforms; directory and file names
|
|
60 are now always sorted alphabetically.
|
|
61 * The Python message extractor now respects the special encoding comment to be
|
|
62 able to handle files containing non-ASCII characters (ticket #23).
|
|
63 * Added 'N_' (gettext noop) to the extractor's default keywords.
|
|
64 * Made locale string parsing more robust, and also take the script part into
|
|
65 account (ticket #27).
|
|
66 * Added a function to list all locales for which locale data is available.
|
|
67 * Added a command-line option to the `pybabel` command which prints out all
|
|
68 available locales (ticket #24).
|
|
69 * The name of the command-line script has been changed from just `babel` to
|
|
70 `pybabel` to avoid a conflict with the OpenBabel project (ticket #34).
|
|
71
|
|
72
|
|
73 Version 0.8
|
|
74 http://svn.edgewall.org/repos/babel/tags/0.8.0/
|
|
75 (Jun 20 2007, from branches/stable/0.8.x)
|
|
76
|
|
77 * First public release
|