zope.app.locales Changelog

What's new in zope.app.locales 3.7.4

May 17, 2012
  • In version 3.7.2 msgids and default values were forced to be unicode. This was too strict because at least the TAL extractor returns UTF-8 encoded default values. Fixed this by allowing the default value to be a string again.

New in zope.app.locales 3.7.2 (Dec 14, 2011)

  • Handle Unicode msgids and default values.
  • Consistent sorting of source filenames for each msgid. Also sort line numbers numerically, not lexicographically.

New in zope.app.locales 3.7.1 (Dec 7, 2011)

  • Fix nl translations.
  • Updated Brazilian Portuguese translation [erico_andrei]

New in zope.app.locales 3.7.0 (Mar 3, 2011)

  • Include zcml dependencies in configure.zcml, require the necessary packages via a zcml extra, added tests for zcml.
  • Using Python's doctest module instead of depreacted zope.testing.doctest.