See we are using AEM translator http://localhost:4502/libs/cq/i18n/translator.html which has UI like this
Now we support entire EUROPE region for 56 locale so before submitting to translation.com i have to add the english content to all these 56 locale manually. It's such a hectic work to do as an AEM Developer.
So can you guys help me with this.
1 -> Can we automate this process
2 -> Do we have any better way to do it .
Just need you help in this.
The condition is very critical like ei have excel sheet which have close to 800 keys which i need to add to AEM using this translator UI.
1 key i have to add 56 times. So jus imagine it with 800 keys.
Guys need a solution on this...
@arunpatidar @All
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @SanketJa1 ,
You can follow below steps:-
1. Convert your Excel to CSV or JSON, where each row contains:
2. Write a Sling Servlet that:
/apps/<your-project>/i18n/<locale>/<keyName>
3. This servlet will programmatically create or update the i18n dictionary nodes in AEM JCR using the JCR API or ResourceResolver.
Hope this helps.
Hi @SanketJa1 ,
You can follow below steps:-
1. Convert your Excel to CSV or JSON, where each row contains:
2. Write a Sling Servlet that:
/apps/<your-project>/i18n/<locale>/<keyName>
3. This servlet will programmatically create or update the i18n dictionary nodes in AEM JCR using the JCR API or ResourceResolver.
Hope this helps.
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies