[Zope3-Users] Internationalisation of a viewlet property

Thierry Florac tflorac at ulthar.net
Tue Mar 6 15:59:11 EST 2007


Hi,

I've created a custom viewlet to display a menu entries with the
following declaration :

    <viewlet
        name="onf.bo.actions"
        for="*"
        manager=".ActionsManager"
        class=".ActionsViewlet"
        permission="zope.View"
        layer="onf.skin.bo.OnfSkin"
        label="Actions"
        menu="zmi_views"
        order="10"
        back_to_upper="True" />

My problem is simple : how can I get the "label" property to be
correctly included by the I18n extraction machinery in my gettext ".pot"
file ?

Thanks,
Thierry



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



More information about the Zope3-users mailing list