A new issue has been submitted to the **Issue tracker**
tracker by **Harald Friessnegger** and awaits confirmation.

Issue Information
-----------------

Issue
  Portlet Title should be translated for i18n:domain plone 
(http://plone.org/products/zopeskel/issues/44)


**Issue Details**::

    currently one needs to translate the portlet's title for the plone
    and my.package domain.



    plone is necessary to translate it in portlets.xml (so the name is
    translated in the "add portlet" dropdown of @@manage-portlets.



    the package's domain is necessary to make it translated in the
    list of existing portlets of @@manage-portlets



    as long as we need to translate it for the plone domain (maybe at
    some point in time this works with any domain,
    http://dev.plone.org/plone/ticket/9631)

    we can use it for the assignment title too:





    so replace



    return _(u"My Portlet")



    with

    from Products.CMFPlone import PloneMessageFactory as __

    return __(u"My Portlet")


* This is an automated email, please do not reply - plone.org Administrator
_______________________________________________
ZopeSkel mailing list
ZopeSkel@lists.plone.org
http://lists.plone.org/mailman/listinfo/zopeskel

Reply via email to