Skip to content

Latest commit

 

History

History
84 lines (52 loc) · 2.18 KB

changes.rst

File metadata and controls

84 lines (52 loc) · 2.18 KB

Changelog

1.4 - Unreleased

1.3 - January 28, 2012

  • XLS->Po conversion failed for the first language if no comment or reference columns were generated. Reported by Rocky Feng.
  • Properly support Windows in the xls-po convertors: Windows does not support atomic file renames, so revert to shutils.rename on that platform. Reported by Rocky Feng.

1.2 - January 13, 2012

  • Extend XML extractor to check python expressions in templates. This fixes issue 7. Thanks to Nuno Teixeira for the patch.

1.1 - November 16, 2011

  • Set 'i18n' attribute as default prefix where there was no prefix found. This fixes issues 5 and 6. Thanks to Mathieu Le Marec - Pasquet for the patch.

1.0 - September 8, 2011

  • Update XML extractor to ignore elements which only contain a Chameleon expression (${....}). These can happen to give the template engine a hint that it should try to translate the result of an expression. This fixes issue 2.
  • Update XML extractor to not abort when encountering undeclared namespaces. This fixes issue 3.
  • Fix Python extractor to handle strings split over multiple lines correctly.

1.0b4 - July 20, 2011

  • Fix po-to-xls when including multiple languages in a single xls file.

1.0b3 - July 18, 2011

  • Paper brown bag: remove debug leftover which broke po-to-xls.

1.0b2 - July 18, 2011

  • Update PO-XLS convertors to allow selection of comments to include in the xls files.
  • Correct XML extractor to strip leading and trailing white. This fixes issue 1.
  • Add a very minimal polint tool to perform sanity checks in PO files.
  • Update trove data: Python 2.4 is not supported due to lack of absolute import ability.

1.0b1 - May 13, 2011

  • First release.