In my author
/libs/ cq/i18n/dict.en_us.json. The keys are correct
But in publisher same path if I check the keys values are different
How we can make both should be in sync?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @user96222 ,
First you should not make changes directly in libs i18n folder, create a overlay of it in your apps folder.
Then once it is created in author , you can replicate it directly from node in crx.
Thanks
Tarun
Hi @user96222 ,
First you should not make changes directly in libs i18n folder, create a overlay of it in your apps folder.
Then once it is created in author , you can replicate it directly from node in crx.
Thanks
Tarun
Hi @user96222
Go to the AEM Web Console on the author instance (http://localhost:4502/system/console/configMgr) and search for the "Apache Sling Replication Agent - Default Agent" configuration.
Edit the configuration and add the following properties:
Save the configuration and go to the AEM Web Console on the publisher instance (http://localhost:4503/system/console/configMgr).
Search for the "Apache Sling Replication Agent - Default Agent" configuration on the publisher instance.
Edit the configuration and add the following properties:
Save the configuration and wait for the replication to complete. You can check the replication status in the Replication Status console (http://localhost:4503/etc/replication.html).
I second @TarunKumar . Any edits to /libs is strictly prohibited.
Prefer creating the i18n dictionaries specific to your project, like https://github.com/adobe/aem-guides-wknd/tree/main/ui.apps/src/main/content/jcr_root/apps/wknd/i18n
Views
Likes
Replies