If I create a product that overrides translations of domain plone following this documentation, I can't test the translations overwritten.
This is because the plone.app.testing always loads the zcml of the Products.CMFPlone (which in turn loads the zcml of the plone.app.locales) before of zcml of my product.
If I create a product that overrides translations of domain plone following this documentation, I can't test the translations overwritten.
This is because the plone.app.testing always loads the zcml of the Products.CMFPlone (which in turn loads the zcml of the plone.app.locales) before of zcml of my product.