Plone Translations 2.1.1
Up to Product page
This release is no longer supported! If you are using this release, please upgrade to a newer version if possible.
For additional information about this project, please visit the
project page.
Available downloads
Feature enhancements in this release
The following features are associated with this release:
- #2: Include translations for PloneLanguageTool and LinguaPlone
- Beginning with Plone 2.1.1 we have two additional products shipping with Plone that needs to be translated. These files should be included in PloneTranslations
- #3: Use I18NTestCase for testing
- I18NTestCase is a cleaned up and generalized version of the translation tests included in PloneTranslations 2.1. It has fewer needs for external programs and is faster. So basing translations tests on it seems like a good idea ;)
- #4: Use new fully gettext standard compatible format for po files
- Use an updated output format for po files for better compliance with translations editors like poEdit and radically minimize files be removing the excerpts.
Change log
- refactored combinedchart.py to use new option in i18ndude
[hannosch]
- moved tests to depend on i18ntestcase v1.0 or newer
[hannosch]
- fixed issue where products starting with the same name always used the pot
file of the first product (as in sync.py plone)
[hannosch]
- got rid of all ':' in i18ngenerate.py as poEdit was adding a line break
after all these, resulting in nasty diffs
[hannosch]
- included translation files of PloneLanguageTool and LinguaPlone
[hannosch]
- rebuilt all pot's and synced all po's with new i18ndude 2.0 final format
[hannosch]
- converted i18ngenerate and utils to i18ndude 2.0 syntax
[hannosch]
- rebuilt and synced all files with the new i18ndude 2.0 format part1
[hannosch]
- moved tests to depend on I18NTestCase v0.3 or newer
[hannosch]