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