comparison ChangeLog @ 528:24df908da22d trunk

Integrated [http://babel.edgewall.org/ Babel] message extraction plugin, and added I18n doc page.
author cmlenz
date Wed, 20 Jun 2007 09:48:55 +0000
parents 7553760b58af
children 35a413f3f1dd
comparison
equal deleted inserted replaced
526:8779b2a775d9 528:24df908da22d
11 understand. 11 understand.
12 12
13 13
14 Version 0.4.2 14 Version 0.4.2
15 http://svn.edgewall.org/repos/genshi/tags/0.4.2/ 15 http://svn.edgewall.org/repos/genshi/tags/0.4.2/
16 (?, from branches/stable/0.4.x) 16 (Jun 20, from branches/stable/0.4.x)
17 17
18 * The `doctype` parameter of the markup serializers now also accepts the "name" 18 * The `doctype` parameter of the markup serializers now also accepts the "name"
19 of the doctype as string, in addition to the `(name, pubid, sysid)` tuple. 19 of the doctype as string, in addition to the `(name, pubid, sysid)` tuple.
20 * The I18n filter was not replacing the original attributes with the 20 * The I18n filter was not replacing the original attributes with the
21 translation, but instead adding a second attribute with the same name. 21 translation, but instead adding a second attribute with the same name.
23 * A `<?python ?>` processing instruction containing trailing whitespace no 23 * A `<?python ?>` processing instruction containing trailing whitespace no
24 longer causes a syntax error (ticket #127). 24 longer causes a syntax error (ticket #127).
25 * The I18n filter now skips the content of elements that have an `xml:lang` 25 * The I18n filter now skips the content of elements that have an `xml:lang`
26 attribute with a fixed string value. Basically, `xml:lang` can now be used 26 attribute with a fixed string value. Basically, `xml:lang` can now be used
27 as a flag to mark specific sections as not needing localization. 27 as a flag to mark specific sections as not needing localization.
28 * Added plugin for message extraction via Babel (http://babel.edgewall.org/).
28 29
29 30
30 Version 0.4.1 31 Version 0.4.1
31 http://svn.edgewall.org/repos/genshi/tags/0.4.1/ 32 http://svn.edgewall.org/repos/genshi/tags/0.4.1/
32 (May 21 2007, from branches/stable/0.4.x) 33 (May 21 2007, from branches/stable/0.4.x)
Copyright (C) 2012-2017 Edgewall Software