Ticket #14138 (new Bug)
Opened 22 months ago
i18n:attributes in dexterity models - is it even possible ?
Reported by: | sascha | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 4.x |
Component: | Unknown | Version: | 4.2 |
Keywords: | Cc: |
Description
Hi I have got a mytype.xml Model for dexterity where a fieldset has got a description="sometext" , I wonder if it is possible to use i18n:attributes I tried:
<fieldset name="foo" label="This is Foo" i18n:attributes="description myFooDescriptionWantsToBeTranslated"> </fieldset>
but this does not work (for me) or I just did not do it like I was supposed to do ? Thanks for any input ...
BTW: i18n:translate works in my model and http://docs.plone.org/external/plone.app.dexterity/docs/reference/dexterity-xml.html#internationalization does not point to an example using i18:attributes
My Plone Version is 4.3.2
Note: See
TracTickets for help on using
tickets.