Where is the dict.xliff renderer? | Community
Skip to main content
October 16, 2015
Solved

Where is the dict.xliff renderer?

  • October 16, 2015
  • 2 replies
  • 564 views

I am making a custom xliff export function for localization and would like to see how CQ generates its xliff response.

I see that this file opens a window using the dict.xliff selector/extension: /libs/cq/i18n/translator/js/translator.js (Line 128) but I can't find the file that defines how xliffs are generated.

Does anyone know where this file is located?

(Sorry for double post, used the wrong forum initially...)

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Sham_HC

DictImportExportServlet part of bundle [1] renders it

[1]  http://host:port/system/console/bundles/com.day.cq.cq-i18n

2 replies

joerghoh
Employee
October 16, 2015

HI,

When you want to know what servlet is handling a request, you can check the "recent requests" console in /system/console/requests; there it's listed how a request has been processed and which servlet was handling it in the end.

kind regards,
Jörg

Sham_HC
Sham_HCAccepted solution
New Participant
October 16, 2015

DictImportExportServlet part of bundle [1] renders it

[1]  http://host:port/system/console/bundles/com.day.cq.cq-i18n