i18ndude 1.0
Up to Product page
For additional information about this project, please visit the
project page.
Available downloads
Change log
- This is the last release with old-stlye output formatting and command
line options. The next release will be incompatible in many ways, so
update with care.
[hannosch]
- Cleaned up docs and removed some stale files
[hannosch]
- untranslated.py: fixed handling of new i18n:attributes with trailing
semicolon as introduced by myself ;) thx to xaNz for pointing me to it
[hannosch]
- Added a new MessageEntry class to base the MessageCatalog on, added new
default_comment constant, reformated the Changelog as HISTORY.txt
[hannosch]
- Fixed path handling in tests and wrote tests for PYParser
[deo]
- Adjusted tests to pass on new behaviour of 'unneeded literal msgids'
now getting added and warning shown
[hannosch]
- Instead of only showing a warning about 'unneeded literal msgids'
these get added now
[tuttle]
- move the utils.py from PloneTranslations here, Removed ## X more comments
[hannosch]
- Preserve special ## comments, added tests for special comments,
started PageTemplate parsing tests
[hannosch]
- added test for po file writing and allowed filenames without excerpt
(lines starting with #: without corresponding #. lines)
[hannosch]
- added test infrastructure and tests for po file parsing
[hannosch]
- Fix an issue in merge option when trying to merge two files
[hannosch]