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.2 (2007/9/25)
move ZopeMessageFactory from zope.app.i18n to this package
zope.i18nmessageid version 3.4.0 (2007/07/19)
Remove incorrect dependency.
Create final release to reflect package status.
zope.i18nmessageid 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.
zope.i18nmessageid 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Hashes for zope.i18nmessageid-3.4.2.win-amd64-py2.6.exe
Algorithm | Hash digest | |
---|---|---|
SHA256 | 757acad7d0b5b37dae63773e96d45a02b7b59400ae51f83d3a1ad0afa4163b5f |
|
MD5 | 0c3ea085e376c0ad74e09c42bd2b978c |
|
BLAKE2b-256 | f77ff1c71973abac7478d3bc2d83936a08aa4b8d74475e440e7ca3d4950a64b4 |
Hashes for zope.i18nmessageid-3.4.2.win32-py2.6.exe
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66b0ab8ef78a2bdaf80fe02b662fd5bbc71c19362b29cc0054150dbccfbba13b |
|
MD5 | d2ff0a3db707a569c50890558ee8f4ab |
|
BLAKE2b-256 | 1cc37028f9e7bea9a3bd75baf7aa3b860c43d9c88499993e5f4edae0598ba0cd |
Hashes for zope.i18nmessageid-3.4.2-py2.6-win-amd64.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | 872306793a8930ab8c7d137c5011448a1e6a455a7df11bed6f796375bc7b8944 |
|
MD5 | 5c0b7e79960625cccc83ab9f266e6a84 |
|
BLAKE2b-256 | f743a378d8cfaa7b6dce39c07580ec3eafc318b1da23e6ef0076c262742bcb03 |
Hashes for zope.i18nmessageid-3.4.2-py2.6-win32.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | d2dd52d4e6170e5864415f447b0c382d2d8acdcc277109b96acc19a57fca23bb |
|
MD5 | 0a60e2756b3a79a453189dcace64a170 |
|
BLAKE2b-256 | 56b2982c30075a9b52eeba1215fa876960fb3070911cf36772398c2b22be2347 |
Hashes for zope.i18nmessageid-3.4.2-py2.5-win32.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e02ce6c63e287e493b54abcdb9faf6431025cdc87a346ebacec035ab4c4c261 |
|
MD5 | 82297d9c6f67d3d62b17815bacdaaa81 |
|
BLAKE2b-256 | f7d5dc96f76b7a9bfc92a2f9a4e97a29d208aaa566d68dc70e2642fd631424bd |
Hashes for zope.i18nmessageid-3.4.2-py2.4-win32.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9cd140aad3b7918279b0e69bde6fce7c5525a236f62875752831a74c68afcab0 |
|
MD5 | 00cd1a8cbd7ff9869952873f86f7bdb1 |
|
BLAKE2b-256 | d2388ce85009fef9a09c956f79f95b0973638b322d23f7f8a14eda5e965f2d87 |