AEM 6.4 translation for ContentFragments not working!
Hello,
I am using AEM6.4 having the latest SP installed and I am also having several structured content fragments in my project. The text from those content fragments needs to be translated, but the AEM translation feature does not work for the content fragments (I do have a translation connector installed and configured properly, it does translate the other properties and components). Can you please help me? I have the following setup in my translation rules:
<?xml version="1.0" encoding="UTF-8"?><nodelist>
<node path="/content">
<property inherit="true" name="benefits" translate="true" updateDestinationLanguage="false"/>
<property inherit="true" name="detailDescription" translate="true" updateDestinationLanguage="false"/>
<property inherit="true" name="image/jcr:title" translate="true" updateDestinationLanguage="false"/>
<property inherit="true" name="listLabel" translate="true" updateDestinationLanguage="false"/>
<filter/>
<node pathContains="/cq:annotations">
<property name="text" translate="false"/>
</node>
</node>
<node path="/content/forms">
<property name="text" translate="false"/>
</node>
<node path="/content/dam">
<property name="dc:description"/>
<property name="dc:rights"/>
<property name="dc:subject"/>
<property name="dc:title"/>
<node pathContains="/jcr:content/metadata/predictedTags">
<property name="name"/>
</node>
</node>
<node path="/content/myproject">
<property inherit="true" name="image/jcr:title" translate="true" updateDestinationLanguage="false"/>
<property inherit="true" name="listLabel" translate="true" updateDestinationLanguage="false"/>
<property inherit="true" name="pageTitle" translate="true" updateDestinationLanguage="false"/>
<property inherit="true" name="denyText" translate="true" updateDestinationLanguage="false"/>
<property inherit="true" name="jcr:title" translate="true" updateDestinationLanguage="false"/>
<node resourceType="myproject/components/content/atoms/content-intro">
<property inherit="true" name="introText" translate="true" updateDestinationLanguage="false"/>
</node>
<filter/>
<node pathContains="/cq:annotations">
<property name="text" translate="false"/>
</node>
</node>
<assetNode assetReferenceAttribute="fileReference" resourceType="dam/cfm/components/contentfragment"/>
<assetNode assetReferenceAttribute="promoTooltipCFReference" resourceType="dam/cfm/components/contentfragment"/>
<assetNode assetReferenceAttribute="tooltipContentFragmentReferenceHeadline" resourceType="dam/cfm/components/contentfragment"/>
<assetNode assetReferenceAttribute="tooltipContentFragmentReferenceSubline" resourceType="dam/cfm/components/contentfragment"/>
<assetNode assetReferenceAttribute="tooltipContentFragmentReferenceText" resourceType="dam/cfm/components/contentfragment"/>
</nodelist>