Adobe AEM provides a UI where you can edit, export and import your i18n strings for translation:
The URL should be /libs/cq/i18n/translator.html
When we use this URL on our local cloud SDK install, it works. When we use the same URL on our AEM Cloud instance, we get a generic 403 message back.
We have raised a support ticket with Adobe, but they have not been able to provide any answer.
Does anyone else have this issue with AEM cloud, i.e. no UI to export, import or translate i18n?
We are admin users of the AEM author instance.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @TB3dock
As per Adobe documentation, in AEM as a Cloud Service, any chnages to the i18n needs to be deployed as part of the code.
"I18n translation changes need to come from Git via the CI/CD pipeline."
Even I too have also facing the same issue with Cloud Service and it gives me the same 403 error. This is basically not available for cloud users.
/apps and /libs are immutable at runtime so this has to be deployed by Git.
Hope this helps!
Thanks!
@TB3dock - It seems like it's not allowed in AEM on cloud. You need to check with Adobe Support team.
I think other way would be to send it as part of the code itself.
Thanks,
Nikhil Kumar
Views
Replies
Total Likes
Hi @TB3dock
As per Adobe documentation, in AEM as a Cloud Service, any chnages to the i18n needs to be deployed as part of the code.
"I18n translation changes need to come from Git via the CI/CD pipeline."
Even I too have also facing the same issue with Cloud Service and it gives me the same 403 error. This is basically not available for cloud users.
/apps and /libs are immutable at runtime so this has to be deployed by Git.
Hope this helps!
Thanks!
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies