Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install i18ndude

How to install i18ndude

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install i18ndude
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
3.2.2 Available View build log
3.2.1 Available View build log
3.2 Available View build log
3.1.2 Available View build log
Windows (64-bit)
3.2.2 Available View build log
3.2.1 Available View build log
3.2 Available View build log
3.1.2 Available View build log
Mac OS X (10.5+)
3.2.2 Available View build log
3.2.1 Available View build log
3.2 Available View build log
3.1.2 Available View build log
Linux (32-bit)
3.2.2 Available View build log
3.2.1 Available View build log
3.2 Available View build log
3.1.2 Available View build log
Linux (64-bit)
3.2.2 Available View build log
3.2.1 Available View build log
3.2 Available View build log
3.1.2 Available View build log
 
License
GPL
Lastest release
version 3.2.2 on Jan 5th, 2011

i18ndude

Overview

Call i18ndude with the --help argument to see what it can do for you.

Changelog

3.2.2 (2010-12-11)
  • Encode key to utf-8 for the Merge-Warning message to avoid a

System Message: WARNING/2 (<string>, line 16)

Bullet list ends without a blank line; unexpected unindent.

UnicodeEncodeError. [mikerhodes]

3.2.1 (2010-10-31)
  • Fixed making POT file for DOUBLE BYTE strings on default.

System Message: WARNING/2 (<string>, line 24)

Bullet list ends without a blank line; unexpected unindent.

[terapyon]

3.2 (2010-09-04)
  • Replaced internal odict implementation by the ordereddict package.

System Message: WARNING/2 (<string>, line 31)

Bullet list ends without a blank line; unexpected unindent.

(implementation backported from Python 2.7) [vincentfretin]

3.1.3 (2010-09-04)
  • Avoid UnicodeDecodeError when printing warning message in add().

System Message: WARNING/2 (<string>, line 39)

Bullet list ends without a blank line; unexpected unindent.

[rnix]

3.1.2 (2010-02-14)
  • elementtree is only required for Python < 2.5.

System Message: WARNING/2 (<string>, line 46)

Bullet list ends without a blank line; unexpected unindent.

[vincentfretin]

  • Fixed tests (patch provided by John Trammell).

System Message: WARNING/2 (<string>, line 49)

Bullet list ends without a blank line; unexpected unindent.

[vincentfretin]

3.1.1 (2009-11-22)
  • Strip "src" only once in the pathname for the comments.

System Message: WARNING/2 (<string>, line 56)

Bullet list ends without a blank line; unexpected unindent.

Example: before it generated the following comment "#: archetypes.referencebrowserwidget/" which was not so useful. Now it generates "archetypes.referencebrowserwidget/src/archetypes/referencebrowserwidget/..." [vincentfretin]

3.1 (2009-10-31)
  • Support for explicit msgids in GSReader.

System Message: WARNING/2 (<string>, line 67)

Bullet list ends without a blank line; unexpected unindent.

[vincentfretin]

  • Better handling of msgid references. Keep all the references in PTReader

System Message: WARNING/2 (<string>, line 70)

Bullet list ends without a blank line; unexpected unindent.

and PYReader. In POWriter, normalize and sort the references, write only MAX_OCCUR (default is 3) references. You can set MAX_OCCUR=None if you want all references to be written to the generated POT file. Only the first reference is written in case of several references to the same file but with different line number. [vincentfretin]

  • Depend now on zope.tal 3.5.2 to print a warning when msgid already exists

System Message: WARNING/2 (<string>, line 78)

Bullet list ends without a blank line; unexpected unindent.

in catalog with a different default message. Simplified PTReader code. Check for msgid with different default in GSReader, PYReader and in the merged catalog (ptctl, pyctl, gsctl). [vincentfretin]

  • Fix behaviour when dealing with broken xml files to be parsed.

System Message: WARNING/2 (<string>, line 84)

Bullet list ends without a blank line; unexpected unindent.

[afd]

3.0 (2008-11-13)
  • No changes.

System Message: WARNING/2 (<string>, line 91)

Bullet list ends without a blank line; unexpected unindent.

[hannosch]

3.0c1 (2008-10-04)
  • Fixed major bug introduced in the kupu changes. We didn't include

System Message: WARNING/2 (<string>, line 98)

Bullet list ends without a blank line; unexpected unindent.

cpt pages anymore. [hannosch]

  • Updated the table output with some styling tips from limi.

System Message: WARNING/2 (<string>, line 102)

Bullet list ends without a blank line; unexpected unindent.

[hannosch]

  • Added a new -t option to the list command. This will output a simple

System Message: WARNING/2 (<string>, line 105)

Bullet list ends without a blank line; unexpected unindent.

HTML page with some colored progress bars instead of the simple text listing. [hannosch, limi]

  • Ripped out the long unmaintained chart and combinedchart commands.

System Message: WARNING/2 (<string>, line 110)

Bullet list ends without a blank line; unexpected unindent.

Added a new list command instead, which shows the translation status in a simple listing. [hannosch]

3.0b4 (2008-04-26)
  • Updated documentation.

System Message: WARNING/2 (<string>, line 119)

Bullet list ends without a blank line; unexpected unindent.

[hannosch]

  • Fixed parsing of projects without any i18n in page templates. It is

System Message: WARNING/2 (<string>, line 122)

Bullet list ends without a blank line; unexpected unindent.

sufficient to have i18n in Python files or in GS profiles. [naro]

  • Added special handling of some more entities to please kupu.

System Message: WARNING/2 (<string>, line 126)

Bullet list ends without a blank line; unexpected unindent.

[hannosch]

  • Applied kupu-i18nextract-sa-diff.patch from kupu to be able to rebuild

System Message: WARNING/2 (<string>, line 129)

Bullet list ends without a blank line; unexpected unindent.

the kupu pot files from xsl and html files. [hannosch]

  • Normalize path separators in references to / on all platforms.

System Message: WARNING/2 (<string>, line 133)

Bullet list ends without a blank line; unexpected unindent.

[hannosch]

  • Reverted undocumented c58402, which broke in presence of Unicode strings.

System Message: WARNING/2 (<string>, line 136)

Bullet list ends without a blank line; unexpected unindent.

[hannosch]

  • Strip the computer specific base folder from generated references.

System Message: WARNING/2 (<string>, line 139)

Bullet list ends without a blank line; unexpected unindent.

[hannosch]

  • On most errors, show the error and a very short help message,

System Message: WARNING/2 (<string>, line 142)

Bullet list ends without a blank line; unexpected unindent.

instead of the complete doc string of the file. [maurits]

3.0b3 (2007-09-01)
  • Stripped some more trailing whitespace. Fixed recursive algorithm for

System Message: WARNING/2 (<string>, line 150)

Bullet list ends without a blank line; unexpected unindent.

i18n domain extraction. [hannosch]

  • Fixed some bugs in the GenericSetup extraction handler. Messages defined

System Message: WARNING/2 (<string>, line 154)

Bullet list ends without a blank line; unexpected unindent.

on the root node will now be extracted as well. The message texts are stripped from beginning and trailing whitespace. [hannosch]

3.0b2 (2007-06-05)
  • No longer replace &hellip; and &mdash; with simple ASCII equivalents, but

System Message: WARNING/2 (<string>, line 163)

Bullet list ends without a blank line; unexpected unindent.

use proper Unicode characters, properly representing these HTML entities. [hannosch]

  • Fixed some minor bugs found while rebuilding the Plone pot files.

System Message: WARNING/2 (<string>, line 167)

Bullet list ends without a blank line; unexpected unindent.

[hannosch]

  • Added basic Unicode support to the MessageCatalog class.

System Message: WARNING/2 (<string>, line 170)

Bullet list ends without a blank line; unexpected unindent.

[hannosch]

  • Fixed comment handling in the merge command.

System Message: WARNING/2 (<string>, line 173)

Bullet list ends without a blank line; unexpected unindent.

[hannosch]

  • Made gdchart dependency for the combinedchart command optional. Instead

System Message: WARNING/2 (<string>, line 176)

Bullet list ends without a blank line; unexpected unindent.

you only get a textual listing right now. [hannosch]

  • Quote new lines in the default comment properly.

System Message: WARNING/2 (<string>, line 180)

Bullet list ends without a blank line; unexpected unindent.

[hannosch]

  • Added support for extracting i18n:attributes from GenericSetup profiles.

System Message: WARNING/2 (<string>, line 183)

Bullet list ends without a blank line; unexpected unindent.

[hannosch]

  • Added a new basic GenericSetup profile extractor, which automatically

System Message: WARNING/2 (<string>, line 186)

Bullet list ends without a blank line; unexpected unindent.

extracts messages marked with i18n:translate. [hannosch]

  • Added back support for specifying multiple folders to be searched in the

System Message: WARNING/2 (<string>, line 190)

Bullet list ends without a blank line; unexpected unindent.

rebuilt-pot command. [hannosch]

  • Added new --exclude argument to the rebuilt-pot command, which lets you

System Message: WARNING/2 (<string>, line 194)

Bullet list ends without a blank line; unexpected unindent.

specify a whitespace delimited list of files that should not be included in the message extraction. [hannosch]

  • Added automatic replace from '&#8230;' to '...'.

System Message: WARNING/2 (<string>, line 199)

Bullet list ends without a blank line; unexpected unindent.

[hannosch]

3.0b1 (2007-03-01)
  • Fixed bug in mixing different catalogs into one. It wouldn't respect the

System Message: WARNING/2 (<string>, line 206)

Bullet list ends without a blank line; unexpected unindent.

default value of messages extracted from Python code. Also don't extract messages from translate and utranslate functions anymore, because they have a different call signature. [hannosch]

  • Whitespace fix for filename filter.

System Message: WARNING/2 (<string>, line 212)

Bullet list ends without a blank line; unexpected unindent.

[sunew]

  • Improved the regular expression used in find_untranslated, so that it

System Message: WARNING/2 (<string>, line 215)

Bullet list ends without a blank line; unexpected unindent.

also matches tags beginning with capital letters. [kclarks]

  • Removed custom TAL parser. Use the one from zope.tal.talgettext instead.

System Message: WARNING/2 (<string>, line 219)

Bullet list ends without a blank line; unexpected unindent.

[hannosch]

  • Integrate extract.py and interfaces.py from zope.app.locales. Got rid of

System Message: WARNING/2 (<string>, line 222)

Bullet list ends without a blank line; unexpected unindent.

our own version of TokenEater and the whole pystrings.py file. [hannosch]

2.1.1 (2006-10-28)
  • Use entry_points console_scripts from setuptools to install the main

System Message: WARNING/2 (<string>, line 230)

Bullet list ends without a blank line; unexpected unindent.

script. This should generate an executable file on Windows platforms. [hannosch]

  • Removed some unused test files.

System Message: WARNING/2 (<string>, line 234)

Bullet list ends without a blank line; unexpected unindent.

[hannosch]

  • Corrected the package information in the setup.py. Figured out how to

System Message: WARNING/2 (<string>, line 237)

Bullet list ends without a blank line; unexpected unindent.

use find_packages() with the correct arguments. [hannosch]

2.1 (2006-09-22)
  • Refactored the package source code layout to comply to the usual best

System Message: WARNING/2 (<string>, line 245)

Bullet list ends without a blank line; unexpected unindent.

practices. [hannosch]

  • Added framework classifiers to the package metadata.

System Message: WARNING/2 (<string>, line 249)

Bullet list ends without a blank line; unexpected unindent.

[hannosch]

  • Some small refinements to setup.py. i18ndude is now registered in the

System Message: WARNING/2 (<string>, line 252)

Bullet list ends without a blank line; unexpected unindent.

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

System Message: WARNING/2 (<string>, line 257)

Bullet list ends without a blank line; unexpected unindent.

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.

System Message: WARNING/2 (<string>, line 263)

Bullet list ends without a blank line; unexpected unindent.

[hannosch]

  • Clarified the 'already exists with different text' message by providing

System Message: WARNING/2 (<string>, line 266)

Bullet list ends without a blank line; unexpected unindent.

the location of the original text as well. [hannosch]

  • Removed the 'Assuming rendered msgid' warning messages. These only clutter

System Message: WARNING/2 (<string>, line 270)

Bullet list ends without a blank line; unexpected unindent.

the logs but don't provide any real value. [hannosch]

  • Fixed tests, so they can be run with the normal Zope testrunner.

System Message: WARNING/2 (<string>, line 274)

Bullet list ends without a blank line; unexpected unindent.

[hannosch]

  • Disabled external namespace validation for find-untranslated so you can

System Message: WARNING/2 (<string>, line 277)

Bullet list ends without a blank line; unexpected unindent.

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

System Message: WARNING/2 (<string>, line 283)

Bullet list ends without a blank line; unexpected unindent.

whose argument should be translated. We do these with proper MessageID's now. [hannosch]

  • Exclude folders named 'tests' from subfolder scanning. Page templates and

System Message: WARNING/2 (<string>, line 288)

Bullet list ends without a blank line; unexpected unindent.

Python code from tests shouldn't be scanned for i18n tags. [hannosch]

  • Fix the broken admix option.

System Message: WARNING/2 (<string>, line 292)

Bullet list ends without a blank line; unexpected unindent.

[hannosch]

  • Update the usage info to reflect the removal of the silent option.

System Message: WARNING/2 (<string>, line 295)

Bullet list ends without a blank line; unexpected unindent.

[hannosch, frisi]

  • Fixed yet another issue regarding whitespace and provided test for it.

System Message: WARNING/2 (<string>, line 298)

Bullet list ends without a blank line; unexpected unindent.

[hannosch, Tuttle]

  • Change output of references's containing '//' to conform to the poEdit

System Message: WARNING/2 (<string>, line 301)

Bullet list ends without a blank line; unexpected unindent.

format. [hannosch]

  • Change output of msgstr's containing newline codes (n) to conform to the

System Message: WARNING/2 (<string>, line 305)

Bullet list ends without a blank line; unexpected unindent.

gettext standard and specifically the poEdit format. [hannosch]

  • Don't add fuzzy status to empty messages anymore.

System Message: WARNING/2 (<string>, line 309)

Bullet list ends without a blank line; unexpected unindent.

[hannosch]

2.0 (2005-10-09)
  • Removed two unsupported scripts, if you have used them please tell me

System Message: WARNING/2 (<string>, line 316)

Bullet list ends without a blank line; unexpected unindent.

[hannosch]

  • Refactored sync option into function of catalog.py and wrote test for it.

System Message: WARNING/2 (<string>, line 319)

Bullet list ends without a blank line; unexpected unindent.

Fixing a bug along the way and did some code cleanup. [hannosch]

  • Added option to specify title of chart explicitly

System Message: WARNING/2 (<string>, line 323)

Bullet list ends without a blank line; unexpected unindent.

[hannosch]

  • Added combinedchart option, which is used to build the overview charts

System Message: WARNING/2 (<string>, line 326)

Bullet list ends without a blank line; unexpected unindent.

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.

System Message: WARNING/2 (<string>, line 330)

Bullet list ends without a blank line; unexpected unindent.

[hannosch]

  • Updated visualisation.py to handle new internal catalog format.

System Message: WARNING/2 (<string>, line 333)

Bullet list ends without a blank line; unexpected unindent.

Provided basic test for it. [hannosch]

  • Added new feature to PTReader. For msgid's which are already in the

System Message: WARNING/2 (<string>, line 337)

Bullet list ends without a blank line; unexpected unindent.

catalog, check if the msgstr matches or provide an error message. [hannosch]

  • Fixed another issue regarding missing whitespace and provided test for it

System Message: WARNING/2 (<string>, line 341)

Bullet list ends without a blank line; unexpected unindent.

[hannosch, Tuttle]

  • POWriter generates new default comments instead of the old original

System Message: WARNING/2 (<string>, line 344)

Bullet list ends without a blank line; unexpected unindent.

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.

System Message: WARNING/2 (<string>, line 349)

Bullet list ends without a blank line; unexpected unindent.

[hannosch]

  • Removed the silent option on rebuilt, merge and sync completly. The

System Message: WARNING/2 (<string>, line 352)

Bullet list ends without a blank line; unexpected unindent.

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

System Message: WARNING/2 (<string>, line 357)

Bullet list ends without a blank line; unexpected unindent.

the end of the reference seperated with a ':' [hannosch]

  • The catalog's add method doesn't adds duplicate references or automatic

System Message: WARNING/2 (<string>, line 361)

Bullet list ends without a blank line; unexpected unindent.

comments anymore. Test were updated to reflect new behaviour. [hannosch]

  • Fixed handling of normal comments in PT- and PYReader.

System Message: WARNING/2 (<string>, line 365)

Bullet list ends without a blank line; unexpected unindent.

[hannosch]

  • Always add a blank line as the last line on po's, as poEdit does it

System Message: WARNING/2 (<string>, line 368)

Bullet list ends without a blank line; unexpected unindent.

[hannosch]

  • Adjusted Python parsing tests to cover the current behaviour. Added XXX

System Message: WARNING/2 (<string>, line 371)

Bullet list ends without a blank line; unexpected unindent.

comments where it is wrong [hannosch]

  • Fixed an issue with an unnecessary whitespace and provided test for it

System Message: WARNING/2 (<string>, line 375)

Bullet list ends without a blank line; unexpected unindent.

[hannosch, Tuttle]

  • Based all of catalog.py on the new MessageEntry class.

System Message: WARNING/2 (<string>, line 378)

Bullet list ends without a blank line; unexpected unindent.

Rewrote POWriter to use new gettext standard conform output. [hannosch]

1.0 (2005-09-02)
  • This is the last release with old-stlye output formatting and command line

System Message: WARNING/2 (<string>, line 386)

Bullet list ends without a blank line; unexpected unindent.

options. The next release will be incompatible in many ways, so update with care. [hannosch]

  • Cleaned up docs and removed some stale files

System Message: WARNING/2 (<string>, line 391)

Bullet list ends without a blank line; unexpected unindent.

[hannosch]

  • untranslated.py: fixed handling of new i18n:attributes with trailing

System Message: WARNING/2 (<string>, line 394)

Bullet list ends without a blank line; unexpected unindent.

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

System Message: WARNING/2 (<string>, line 398)

Bullet list ends without a blank line; unexpected unindent.

default_comment constant, reformated the Changelog as HISTORY.txt [hannosch]

  • Fixed path handling in tests and wrote tests for PYParser

System Message: WARNING/2 (<string>, line 402)

Bullet list ends without a blank line; unexpected unindent.

[deo]

  • Adjusted tests to pass on new behaviour of 'unneeded literal msgids'

System Message: WARNING/2 (<string>, line 405)

Bullet list ends without a blank line; unexpected unindent.

now getting added and warning shown [hannosch]

  • Instead of only showing a warning about 'unneeded literal msgids'

System Message: WARNING/2 (<string>, line 409)

Bullet list ends without a blank line; unexpected unindent.

these get added now [tuttle]

  • move the utils.py from PloneTranslations here, Removed ## X more comments

System Message: WARNING/2 (<string>, line 413)

Bullet list ends without a blank line; unexpected unindent.

[hannosch]

  • Preserve special ## comments, added tests for special comments,

System Message: WARNING/2 (<string>, line 416)

Bullet list ends without a blank line; unexpected unindent.

started PageTemplate parsing tests [hannosch]

  • added test for po file writing and allowed filenames without excerpt

System Message: WARNING/2 (<string>, line 420)

Bullet list ends without a blank line; unexpected unindent.

(lines starting with #: without corresponding #. lines) [hannosch]

  • added test infrastructure and tests for po file parsing

System Message: WARNING/2 (<string>, line 424)

Bullet list ends without a blank line; unexpected unindent.

[hannosch]

  • Fix an issue in merge option when trying to merge two files

System Message: WARNING/2 (<string>, line 427)

Bullet list ends without a blank line; unexpected unindent.

[hannosch]

0.6 (2005-07-04)
  • tagged and released 0.6

System Message: WARNING/2 (<string>, line 434)

Bullet list ends without a blank line; unexpected unindent.

[batlogg]

  • pystring: add 'addPortalMessage' to the list of python functions whose

System Message: WARNING/2 (<string>, line 437)

Bullet list ends without a blank line; unexpected unindent.

argument should be translated. This allows to catch the new-style portal- messages in Plone 2.1 to be automagically extracted [hannosch]

0.5 (2005-06-14)
  • tagged and released 0.5

System Message: WARNING/2 (<string>, line 446)

Bullet list ends without a blank line; unexpected unindent.

[batlogg]

  • as html-entities in msgstr's are bad, don't provide them in the original

System Message: WARNING/2 (<string>, line 449)

Bullet list ends without a blank line; unexpected unindent.

comments. this has confused translators. [hannosch]

  • untranslated.py: Added a new handler available through a command line

System Message: WARNING/2 (<string>, line 453)

Bullet list ends without a blank line; unexpected unindent.

switch, generally ignore text in script and style tags [hannosch]

  • Fixed whitespace error in generation of #, fuzzy comments

System Message: WARNING/2 (<string>, line 457)

Bullet list ends without a blank line; unexpected unindent.

[hannosch]

  • i18ndude now takes a second pot to merge in the merge and rebuild-pot

System Message: WARNING/2 (<string>, line 460)

Bullet list ends without a blank line; unexpected unindent.

commands, this is useful if you have both a manual.pot and a generated.pot [hannosch]

  • catalog.py (MessageCatalog) added a new method addToSameFileName() which

System Message: WARNING/2 (<string>, line 464)

Bullet list ends without a blank line; unexpected unindent.

adds in a msgid but adds the excerpt to an existing filename occurrence This is used in i18ngenerator.py of PloneTranslations to add in actions like "Edit" as msgids and adds all types these are definied to the same occurrence rather than generating a new one for each type [hannosch]

  • catalog.py (POWriter.write) takes a new argument noMoreComments that

System Message: WARNING/2 (<string>, line 471)

Bullet list ends without a blank line; unexpected unindent.

supresses the "## xx More..." comments [hannosch]

  • Also fill in the Original comments when parsing i18n:attributes

System Message: WARNING/2 (<string>, line 475)

Bullet list ends without a blank line; unexpected unindent.

This allows for efficient handling of named i18n:attributes [hannosch]

  • Refactored the English Translation stuff and renamed it to Original

System Message: WARNING/2 (<string>, line 479)

Bullet list ends without a blank line; unexpected unindent.

[hannosch]

  • When syncing po-files the old and new original comments are compared and

System Message: WARNING/2 (<string>, line 482)

Bullet list ends without a blank line; unexpected unindent.

the msgid is set to fuzzy if these aren't the same, meaning the msgid has changed and needs some verification [hannosch]

  • Added optional allcomments argument and get_original() method

System Message: WARNING/2 (<string>, line 487)

Bullet list ends without a blank line; unexpected unindent.

These are used in the latest PloneTranslations tests to compare the original value of a msgid with the msgstr [hannosch]

  • Set chart width to 1000px. Plone has too many translations ;)

System Message: WARNING/2 (<string>, line 492)

Bullet list ends without a blank line; unexpected unindent.

[hannosch]

  • Included a new option to scan python scripts for messages.

System Message: WARNING/2 (<string>, line 495)

Bullet list ends without a blank line; unexpected unindent.

Currently it looks for the _(), translate() and uranslate() functions. It is based on pygettext.py from Python and some ideas taken from Zope's extract.py. [hannosch]

  • catalog.py (POWriter._print_entry): Added a second # to "English

System Message: WARNING/2 (<string>, line 501)

Bullet list ends without a blank line; unexpected unindent.

translation" lines so that those lines don't get written out twice. Which happens because we try to preserve comments. [dn]

0.4 (2005-05-08)
  • Moved from cvs.sf.net to svn.plone.org. History was NOT migrated

System Message: WARNING/2 (<string>, line 510)

Bullet list ends without a blank line; unexpected unindent.

check http://cvs.sf.net/viewcvs.py/plone-i18n/i18ndude for older revisions. [batlogg]

  • Older entries can be found in the ChangeLog.

Subscribe to package updates

Last updated Jan 5th, 2011

Download Stats

Last month:6

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.