cancel
Showing results for 
Search instead for 
Did you mean: 

Romanian Language Pack

georgi
Champ in-the-making
Champ in-the-making
Hi,

We at GZK have translated Alfresco in Romanian. We will add the pack on AlfrescoForge as soon the project is approved.

Any comments are welcome.
2 REPLIES 2

georgi
Champ in-the-making
Champ in-the-making
We released Romanian Language Pack 2.1 beta. Go to project page for download http://forge.alfresco.com/projects/romanian/.

There is an error in XForms Editor with date fields: dojo.date.format: invalid pattern : jj.nn.aaaa. The workaround is to add next lines in the beginning of the file <alf_home>\tomcat\webapps\alfresco\scripts\ajax\xforms.js in constants section.

//begin romanian locale workaround
if (alfresco.xforms.constants.DATE_FORMAT == 'jj.nn.aaaa') {
   alfresco.xforms.constants.DATE_FORMAT = 'M/d/yy'
}
if (alfresco.xforms.constants.TIME_FORMAT == 'HH:mm'){
   alfresco.xforms.constants.TIME_FORMAT = 'h:mm a'
}
if (alfresco.xforms.constants.DATE_TIME_FORMAT == 'jj.nn.aaaa HH:mm') {
   alfresco.xforms.constants.DATE_TIME_FORMAT = 'M/d/yy h:mm a'
}
//end romanian locale workaround

georgi
Champ in-the-making
Champ in-the-making
We released a new version of Romanian Language Pack for Alfresco Community 3.2.

Go to next link for download http://forge.alfresco.com/frs/?group_id=109&release_id=497.

Any feedback is welcome.