내 커뮤니티 업적 표시줄을 확대합니다.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

How to add i18n entries dynamically ?

Avatar

Level 4

Hi,

I have a Excel sheet of format (.xlsx). I need to read values from sheet and add it to i18n dictionary instead of doing it manually in http://localhost:4502/libs/cq/i18n/translator.html. Is there anyway ? 

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee

Hi,

Not Excel sheet, but I know you can export and import dictionaries in XLIFF format[1]

Could you do a transformation?

Regards,

Opkar

[1] https://docs.adobe.com/docs/en/aem/6-1/develop/components/i18n/translator.html

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
Employee

Hi,

Not Excel sheet, but I know you can export and import dictionaries in XLIFF format[1]

Could you do a transformation?

Regards,

Opkar

[1] https://docs.adobe.com/docs/en/aem/6-1/develop/components/i18n/translator.html

Avatar

Level 4

Opkar Gill wrote...

Hi,

Not Excel sheet, but I know you can export and import dictionaries in XLIFF format[1]

Could you do a transformation?

Regards,

Opkar

[1] https://docs.adobe.com/docs/en/aem/6-1/develop/components/i18n/translator.html

 

ya I have seen that in document. But I am trying to implement by hitting http://localhost:4502/libs/cq/i18n/translator.translations.json and passing i18n entities as parameters.