|
Last change
on this file since 1561 was
754,
checked in by piv, 19 years ago
|
|
copied from trunk
|
-
Property svn:eol-style set to
native
|
|
File size:
378 bytes
|
| Line | |
|---|
| 1 | """Main product initializer |
|---|
| 2 | """ |
|---|
| 3 | |
|---|
| 4 | from zope.i18nmessageid import MessageFactory |
|---|
| 5 | |
|---|
| 6 | # Define a message factory for when this product is internationalised. |
|---|
| 7 | # This will be imported with the special name "_" in most modules. Strings |
|---|
| 8 | # like _(u"message") will then be extracted by i18n tools for translation. |
|---|
| 9 | |
|---|
| 10 | mobileextenderMessageFactory = MessageFactory('quintagroup.mobileextender') |
|---|
Note: See
TracBrowser
for help on using the repository browser.