i18ndude 2.1
Up to Product page
For additional information about this project, please visit the
project page.
Available downloads
Change log
- Refactored the package source code layout to comply to the usual best
practices.
[hannosch]
- Added framework classifiers to the package metadata.
[hannosch]
- Some small refinements to setup.py. i18ndude is now registered in the
Cheese Shop and you can get the current development version just by
typing 'easy_install i18ndude' :)
[hannosch]
- Egg enabled i18ndude. The next release will be available as an egg. If you
are in a development environment you might want to reinstall i18ndude by
using 'python setup.py develop' instead of 'python setup.py install' now,
so you don't have to do this whenever something changes in SVN :)
[hannosch]
- Sorted textual output of the combinedchart option by language code.
[hannosch]
- Clarified the 'already exists with different text' message by providing
the location of the original text as well.
[hannosch]
- Removed the 'Assuming rendered msgid' warning messages. These only clutter
the logs but don't provide any real value.
[hannosch]
- Fixed tests, so they can be run with the normal Zope testrunner.
[hannosch]
- Disabled external namespace validation for find-untranslated so you can
run it without network access and results in a major speed increase.
Thx to Chuck Bearden for the patch. This closes
http://plone.org/products/i18ndude/i18ndudetracker/1
[hannosch, encolpe]
- Remove the 'addPortalMessage' again from the list of python functions
whose argument should be translated. We do these with proper MessageID's
now.
[hannosch]
- Exclude folders named 'tests' from subfolder scanning. Page templates and
Python code from tests shouldn't be scanned for i18n tags.
[hannosch]
- Fix the broken admix option.
[hannosch]
- Update the usage info to reflect the removal of the silent option.
[hannosch, frisi]
- Fixed yet another issue regarding whitespace and provided test for it.
[hannosch, Tuttle]
- Change output of references's containing '//' to conform to the poEdit
format.
[hannosch]
- Change output of msgstr's containing newline codes (\n) to conform to the
gettext standard and specifically the poEdit format.
[hannosch]
- Don't add fuzzy status to empty messages anymore.
[hannosch]