Skip to main content

Zope 3 i18n Message Identifier

Project description

zope.i18nmessageid Package Readme

Overview

To translate any text, we must be able to discover the source domain of the text. A source domain is an identifier that identifies a project that produces program source strings. Source strings occur as literals in python programs, text in templates, and some text in XML data. The project implies a source language and an application context.

We can think of a source domain as a collection of messages and associated translation strings.

We often need to create unicode strings that will be displayed by separate views. The view cannot translate the string without knowing its source domain. A string or unicode literal carries no domain information, therefore we use messages. Messages are unicode strings which carry a translation source domain and possibly a default translation. They are created by a message factory. The message factory is created by calling MessageFactory with the source domain.

This package provides facilities for delaring such messages within program source text; translation of the messages is the responsiblitiy of the ‘zope.i18n’ package.

zope.i18nmessageid Package Changelog

Version 3.4.3 (2007/9/26)

  • Make PyPI the home URL.

Version 3.4.2 (2007/9/25)

  • Moved the ZopeMessageFactory from zope.app.i18n to this package.

Version 3.4.0 (2007/07/19)

  • Remove incorrect dependency.

  • Create final release to reflect package status.

Version 3.2.0 (2006/01/05)

  • Corresponds to the verison of the zope.i18nmessageid package shipped as part of the Zope 3.2.0 release.

  • Implemented ‘zope.i18nmessageid.message’ as a C extension.

  • Deprecated ‘zope.i18nmessageid.messageid’ APIs (‘MessageID’, ‘MessageIDFactory’) in favor of replacements in ‘zope.i18nmessageid.message’ (‘Message’, ‘MessageFactory’). Deprecated items are scheduled for removal in Zope 3.3.

Version 3.0.0 (2004/11/07)

  • Corresponds to the verison of the zope.i18nmessageid package shipped as part of the Zope X3.0.0 release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zope.i18nmessageid-3.4.3.tar.gz (8.7 kB view hashes)

Uploaded Source

Built Distributions

zope.i18nmessageid-3.4.3.win-amd64-py2.6.exe (242.6 kB view hashes)

Uploaded Source

zope.i18nmessageid-3.4.3.win32-py2.6.exe (215.1 kB view hashes)

Uploaded Source

zope.i18nmessageid-3.4.3-py2.6-win-amd64.egg (19.7 kB view hashes)

Uploaded Source

zope.i18nmessageid-3.4.3-py2.6-win32.egg (18.9 kB view hashes)

Uploaded Source

zope.i18nmessageid-3.4.3-py2.5-win32.egg (18.1 kB view hashes)

Uploaded Source

zope.i18nmessageid-3.4.3-py2.4-win32.egg (17.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page