Alfresco / alfresco-community-share

Alfresco Share
http://docs.alfresco.com/6.0/concepts/gs-intro.html
GNU Lesser General Public License v3.0
8 stars 16 forks source link

Alfresco Share 7.1 shows some english text when browser locale is Brazilian Portuguese #1

Closed iohann95 closed 2 years ago

iohann95 commented 2 years ago

In Alfresco Share 7.1 version, some parts of Share always shows texts in english, even when the browser locale is Brazillian Portuguese:

7 1 7 1_

Using 6.2 it works just fine, it never happened:

6 2

For the record, i'm using Angel's docker installer: https://github.com/Alfresco/alfresco-docker-installer/

I couldn't figure out what's going on... I'm assuming it's a bug in Share. Thanks!

iohann95 commented 2 years ago

In case anyone else is having this problem, just configure Java locale and that will solve the problem...

-Duser.country=BR
-Duser.region=BR
-Duser.language=pt
-Duser.timezone=America/Sao_Paulo
filipeaugustosantos commented 2 years ago

In case anyone else is having this problem, just configure Java locale and that will solve the problem...

-Duser.country=BR
-Duser.region=BR
-Duser.language=pt
-Duser.timezone=America/Sao_Paulo

The indicated solution works, after inserting in alfresco and share conatainers. however the display will always be in the informed language, and it changes the date patterns. Any hope for a fix? I tested it in version 7.3.0-M2, and it has the same error.