Open GoogleCodeExporter opened 8 years ago
while extending i18n.sh to update the plonegetpaid-plone po(t) files too
(see http://code.google.com/p/getpaid/source/detail?r=3661) i also noticed that
all
msgids of the domain plonegetpaid get added to plonegetpaid-plone too.
however, the setup (eg in interfaces.py) looks fine to me.
from zope.i18nmessageid import MessageFactory
_ = MessageFactory('plonegetpaid')
_(u"translate me")
i did not find the reason for the id "translate me" to shop up in
plonegetpaid-plone.pot.
i checked the i18n.sh script if it accidentally sincs the plonegetpaid ids to
the
plone files but that's not the case.
maybe i18ndude is buggy?
Original comment by haral...@gmx.at
on 4 Jun 2010 at 10:21
Original issue reported on code.google.com by
cjj.ifpe...@gmail.com
on 14 Oct 2008 at 12:02