Hi,
I want to replicate i18n business file?
https://localhost/libs/cq/i18n/translator.html?path=/apps/business/i18n
Can anyone tell the procedure to replicate.
Solved! Go to Solution.
Views
Replies
Total Likes
I am expecting that you are referring to AEMaaCS. In cloud environment no one will have access to replication tree.
But in local SDK if you are logged in as Admin you will defiantly have access.
In cloud only way to replicate i18N is through "Publish Content Tree" workflow or else push it via cloud (Suggested way)
Note: In AEM cloud authors will not be having any window to edit the i18N nodes. Hope you know that
Hi @Vani1012,
According to documentation and best practices you should incorporate your dictionary as part of your application code and deployed to publish instance via content package.
As a workaround, you can use Activate Tree tool (/libs/replication/treeactivation.html) that will allow you to publish any path in AEM. Nevertheless this option should not be used as a long term solution.
I am not able to access that path /libs/replication/treeactivation.html
@Vani1012 How do you mean not able to access ?
You dont have access rights or its not appear to console ?
http://localhost:4502/libs/replication/treeactivation.html
when I browse the url its throwing site cant be reached everytime
Then Package manager would be the easiest and quickest way to achieve this
I am expecting that you are referring to AEMaaCS. In cloud environment no one will have access to replication tree.
But in local SDK if you are logged in as Admin you will defiantly have access.
In cloud only way to replicate i18N is through "Publish Content Tree" workflow or else push it via cloud (Suggested way)
Note: In AEM cloud authors will not be having any window to edit the i18N nodes. Hope you know that
From my experience, there are two ways of doing this. I would list the preferred way as the first item, and the rest are alternatives.
Also make sure the filter.xml in your project is set to "merge", so that it will not overwrite author configurations. And these tasks should be performed by super users.
Views
Likes
Replies