Expand my Community achievements bar.

SOLVED

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 Accepted Solution

Avatar

Correct answer by
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

View solution in original post

2 Replies

Avatar

Correct answer by
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.