Question
i18n display keys instead of values
Hello,
We are facing a issue with i18n in our component dialogs in AEM6.1
It display the key instead of the values.
We followed the documentation (code sample below)
<componentName.key jcr:primaryType="sling:MessageEntry" sling:key="componentName.key" sling:message="The component value"/>
Restarting the bundle (Apache Sling Internationalization Supportorg.apache.sling.i18n) after installing the project fixes the issues.
Is there a way to always restart that bundle on code deploy? Is there a better fix? Are we missing something?