comparison ChangeLog @ 375:369300a7ebd3

Implement support for aliases in the CLDR data. Closes #68. Also, update to CLDR 1.6, and a much improved `dump_data` script.
author cmlenz
date Mon, 07 Jul 2008 14:49:16 +0000
parents edc3428a34de
children 4103f3a757f2
comparison
equal deleted inserted replaced
374:edc3428a34de 375:369300a7ebd3
9 forms (ticket #95). 9 forms (ticket #95).
10 * Fixed compilation of message catalogs for locales with more than two plural 10 * Fixed compilation of message catalogs for locales with more than two plural
11 forms where the translations were empty (ticket #97). 11 forms where the translations were empty (ticket #97).
12 * The stripping of the comment tags in comments is optional now and 12 * The stripping of the comment tags in comments is optional now and
13 is done for each line in a comment. 13 is done for each line in a comment.
14 * A JavaScript message extractor was added. 14 * Added a JavaScript message extractor.
15 * Updated to CLDR 1.5.1. 15 * Updated to CLDR 1.6.
16 * Fixed timezone calculations when formatting datetime and time values. 16 * Fixed timezone calculations when formatting datetime and time values.
17 * Added a `get_plural` function into the plurals module that returns the 17 * Added a `get_plural` function into the plurals module that returns the
18 correct plural forms for a locale as tuple. 18 correct plural forms for a locale as tuple.
19 * Added support for alias definitions in the CLDR data files, meaning that
20 the chance for items missing in certain locales should be greatly reduced
21 (ticket #68).
19 22
20 23
21 Version 0.9.2 24 Version 0.9.2
22 http://svn.edgewall.org/repos/babel/tags/0.9.2/ 25 http://svn.edgewall.org/repos/babel/tags/0.9.2/
23 (Feb 4 2007, from branches/stable/0.9.x) 26 (Feb 4 2007, from branches/stable/0.9.x)
Copyright (C) 2012-2017 Edgewall Software