Alfresco digitale workspace localization issue

Viewed 31

I have installed Alfresco using docker images as explained in this Angel Borrow's github repos. All goes fine. But some translation key are not processed. On this image you can see that the translation key "LOGIN.LABEL.USERNAME" is not replaced by it' value.

enter image description here

There are several other issues like that on some popups in ADW (Alfresco Digital Workspace) app.

What is the best way to fix that?

PS : The same localization issues also exist on alfresco cloud.

1 Answers

The first think to check is if you have an adBlock extension activated on your browser page, if it's the case, disable adblock for Alfresco digitale workspace and reload.

You can debug error by using developer tools on your browser (F12) in network you can see errors related to labels blocked and have more details.

O.

Related