comparison ChangeLog @ 469:5eae4a5c42ac

The I18n extraction now returns a tuple of strings for `ngettext` and similar functions.
author cmlenz
date Mon, 30 Apr 2007 09:10:45 +0000
parents dafc6f4c20fb
children 17ce8bf006d7
comparison
equal deleted inserted replaced
467:67cff2a666e2 469:5eae4a5c42ac
11 available through `Stream.render()` and `Stream.serialize()`. 11 available through `Stream.render()` and `Stream.serialize()`.
12 * The `DocType` class now has a `get(name)` function that returns a `DOCTYPE` 12 * The `DocType` class now has a `get(name)` function that returns a `DOCTYPE`
13 tuple for a given string. 13 tuple for a given string.
14 * Added frameset variants to the `DocType` constants for HTML 4.01 and XHTML 14 * Added frameset variants to the `DocType` constants for HTML 4.01 and XHTML
15 1.0. 15 1.0.
16 * Improved I18n extraction for pluralizable messages: for any translation
17 function with multiple string arguments (such as ``ngettext``), a single
18 item with a tuple of strings is yielded, instead an item for each string
19 argument.
16 20
17 21
18 Version 0.4 22 Version 0.4
19 http://svn.edgewall.org/repos/genshi/tags/0.4.0/ 23 http://svn.edgewall.org/repos/genshi/tags/0.4.0/
20 (Apr 16 2007, from branches/stable/0.4.x) 24 (Apr 16 2007, from branches/stable/0.4.x)
Copyright (C) 2012-2017 Edgewall Software