- 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.
- Extend XML extractor to check python expressions in templates. This fixes issue 7. Thanks to Nuno Teixeira for the patch.
- 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.
- 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.
- Fix po-to-xls when including multiple languages in a single xls file.
- Paper brown bag: remove debug leftover which broke po-to-xls.
- 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.
- First release.