Products.Five(manage_interfaces)の1つのテンプレートのi18nマークアップが正しくないため、インターフェイス名が翻訳可能になっているようです。i18nドメインが定義されていないため、グローバルドメインが使用されます。
そのページのi18nドメインを変更したいのですが、パッケージから変更する方法がわかりません。ページはbrowser:pageFiveディレクティブを使用して登録されます
<browser:page
for="*"
name="manage_interfaces"
template="manage_interfaces.pt"
class="Products.Five.utilities.browser.marker.EditView"
permission="zope2.ManageProperties"
/>
http://www.mesimian.com/zope-changing-i18n-domain-for-any-view/を試しましたが、機能しません。