Hi, everybody!I'm trying to add a new translation to the UI of Alfresco Share (Version 4.2.d).The localization code is: ca_ES (I want to have te 'catalan' language avaiable in Alfresco Share).My problem is that once I've created all the files 'xxxxx_ca_ES.properties' and placed in te correct path, the system don't show the translated UI to catalan (it shows the Spanish version).When I took a look to the log files I found that warning:
09:21:19,466 WARN [org.apache.myfaces.shared_impl.util.LocaleUtils] Locale name in faces-config.xml null or empty, setting locale to default locale : es_ES
It seems that I have to configure the new locale-variable 'ca_ES' in the faces-config.xml… but I have no idea about how to do it! (and where is the 'faces-config.xml' file…).I tried with other languages not supported initially like portuguese (pt), and brazilian portuguese (pt_BR) and It worked fine!I will appreciate any comments!