In the process of evaluating OAS 2024 with Stack Patch Bundle 7.6.0.0.241009 we noticed that Analytic Publisher is inoperable with Ukrainian localization. Browser's console for the xmlpserver/servlet/home page shows this errors:
Uncaught SyntaxError: Unexpected identifier 'язкових' (at jstrans.jsp:229:58)
Uncaught ReferenceError: RES_OPEN is not defined at initMenu (home:33:84)
Reviewing jstrans.jsp reveals this:
…
RES_REQUIRED_TEMPLATE_TYPE = 'Тип шаблону є обов\'язковим.',
RES_REQUIRED_PARAM_FIELD = 'Поля одного або кількохобов'язковихпараметрів порожні.',
…
Note unescaped quote in the middle of the string while assigning the value for RES_REQUIRED_PARAM_FIELD variable. It seems the error broke the normal process of initialization and the home page became unresponsive. It rendered but no links works, no menu opens etc.
How can I fix this?