diff ChangeLog @ 522:082535e5087c trunk

The I18n filter now skips the content of elements that have an `xml:lang` attribute with a fixed string value. Basically, `xml:lang` can now be used as a flag to mark specific sections as not needing localization.
author cmlenz
date Fri, 15 Jun 2007 20:17:56 +0000
parents 203bd6a3c93d
children 7553760b58af
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,9 @@
  * `TextTemplate` can now handle unicode source (ticket #125).
  * A `<?python ?>` processing instruction containing trailing whitespace no
    longer causes a syntax error (ticket #127).
+ * The I18n filter now skips the content of elements that have an `xml:lang`
+   attribute with a fixed string value. Basically, `xml:lang` can now be used
+   as a flag to mark specific sections as not needing localization.
 
 
 Version 0.4.1
Copyright (C) 2012-2017 Edgewall Software