<configure
    xmlns="http://namespaces.zope.org/zope"
    xmlns:browser="http://namespaces.zope.org/browser"
    xmlns:i18n="http://namespaces.zope.org/i18n"
    i18n_domain="formtest">

  <browser:addform
     for="zope.site.interfaces.IFolder"
     schema=".test_functional_i18n.IFieldContent"
     content_factory=".test_functional_i18n.FieldContent"
     name="addfieldcontent.html"
     label="Add Field Content"
     permission="zope.Public"
     />

  <i18n:registerTranslations directory="locales"/>

</configure>
