He all,

Is it possible to change
./org.nuxeo.ecm.webapp/OSGI-INF/deployment-fragment.xml lines 190-194
From:
==================================
    <locale-config>
      <default-locale>en</default-locale>
      <supported-locale>fr</supported-locale>
      <supported-locale>de</supported-locale>
    </locale-config>
==================================
To
==================================
    <locale-config>
      <default-locale>en</default-locale>
      <supported-locale>fr</supported-locale>
      <supported-locale>de</supported-locale>
      <supported-locale>en</supported-locale>
      <!--supported-locale>it</supported-locale-->
    </locale-config>
==================================

This enables the possibility to select the english language when you
start a session in another language.
The commented line prepares for the enabling of the italian translation.
It will be uncommented when jira NXP-776 will be closed.

Thanks
    Mirto

-- 

__________________________________________________________
Mirto Silvio Busico             ICT Consultant
Tel. +39 333 4562651
 

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to