diff ChangeLog @ 469:2d3246f9ea54 trunk

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 2f13c5fc4a4d
children 76a0ec32835d
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,10 @@
    tuple for a given string.
  * Added frameset variants to the `DocType` constants for HTML 4.01 and XHTML
    1.0.
+ * Improved I18n extraction for pluralizable messages: for any translation
+   function with multiple string arguments (such as ``ngettext``), a single
+   item with a tuple of strings is yielded, instead an item for each string
+   argument.
 
 
 Version 0.4
Copyright (C) 2012-2017 Edgewall Software