Hello,
I'm using AEM6.0 with SP3.
In javascript we are loading part of the transation with CQ.I18n.getMessage method.
/libs/cq/i18n/dict.en_us.json returns only custom translation, but /libs/cq/i18n/dict.de_de.json in additional to our custom translation returns also AEM OOTB translations.
How I can prevent this for publish instance?
Thank you in advance