i18ndude 2.0
Up to Product page
For additional information about this project, please visit the
project page.
Available downloads
Change log
- Removed two unsupported scripts, if you have used them please tell me
[hannosch]
- Refactored sync option into function of catalog.py and wrote test for it.
Fixing a bug along the way and did some code cleanup.
[hannosch]
- Added option to specify title of chart explicitly
[hannosch]
- Added combinedchart option, which is used to build the overview charts
on plone.org for a comprehensive view on the status of translations.
[hannosch]
- Removed the extract literals feature. If anybody needs it, please speak up.
[hannosch]
- Updated visualisation.py to handle new internal catalog format.
Provided basic test for it.
[hannosch]
- Added new feature to PTReader. For msgid's which are already in the
catalog, check if the msgstr matches or provide an error message.
[hannosch]
- Fixed another issue regarding missing whitespace and provided test for it
[hannosch, Tuttle]
- POWriter generates new default comments instead of the old original
comments. POParser automatically converts existing original comments
(# Original: "") or Zope3-style default comments (# Default: "") at the
reading step to new default comments (#. Default: "").
- PTReader now doesn't extracts any excerpts anymore.
[hannosch]
- Removed the silent option on rebuilt, merge and sync completly. The
addition of the added- and removed-sections lead to an incorrect format.
Use a normal diff tool if you are really interessted in this information.
[hannosch]
- PYReader now extracts the line numbers of messages and writes these at
the end of the reference seperated with a ':'
[hannosch]
- The catalog's add method doesn't adds duplicate references or automatic
comments anymore. Test were updated to reflect new behaviour.
[hannosch]
- Fixed handling of normal comments in PT- and PYReader.
[hannosch]
- Always add a blank line as the last line on po's, as poEdit does it
[hannosch]
- Adjusted Python parsing tests to cover the current behaviour. Added XXX
comments where it is wrong
[hannosch]
- Fixed an issue with an unnecessary whitespace and provided test for it
[hannosch, Tuttle]
- Based all of catalog.py on the new MessageEntry class.
Rewrote POWriter to use new gettext standard conform output.
[hannosch]