<configure
    xmlns="http://namespaces.zope.org/zope"
    i18n_domain="five.globalrequest">

    <subscriber
        for="ZPublisher.interfaces.IPubStart"
        handler=".hooks.set_"
        />
    
    <subscriber
        for="ZPublisher.interfaces.IPubEnd"
        handler=".hooks.clear"
        />

</configure>
