This website requires JavaScript.
Explore
Help
Sign In
ajung
/
plone.app.discussion
Watch
0
Star
0
Fork
0
You've already forked plone.app.discussion
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
19fe254916
plone.app.discussion
/
plone
/
app
/
discussion
/
__init__.py
6 lines
100 B
Python
Raw
Normal View
History
Unescape
Escape
Use only one MessageFactory. svn path=/plone.app.discussion/trunk/; revision=38551
2010-08-05 20:40:22 +02:00
# -*- coding: utf-8 -*-
from
zope
.
i18nmessageid
import
MessageFactory
Sort imports Remove unused ones as well.
2015-05-03 08:16:39 +02:00
Use plone i18n domain plone.app.discussion is an official Plone core package, thus their translations belong to plone.app.locales. This commit removes the plone.app.discussion domain and changes it for plone. This fixes: https://github.com/plone/plone.app.discussion/issues/66
2015-11-05 00:26:49 +01:00
_
=
MessageFactory
(
'
plone
'
)
Reference in New Issue
Copy Permalink