medbounaga / deftERP

deftERP - Jakarta EE Web Profile (Java EE 7 : JSF, JPA, EJB, CDI, Bean Validation)
Apache License 2.0
223 stars 121 forks source link

Translate in Italian and Change Date Format #6

Open claudioc8211 opened 8 years ago

claudioc8211 commented 8 years ago

Is important to translate this project in italian and to allow to change date format from MM-dd-yyyy to dd/MM/yyyy because in Italy we don't use the first format type. I'm working on it......

claudioc8211 commented 8 years ago

These are only a part of italian translation but you can start to apply them. For the date format I've created a propertie called DateFormat and so you can change it with the locale if you change tag pattern from pattern="MM-dd-yyyy" to pattern="#{messages.DateFormat}".

resources.zip

medbounaga commented 8 years ago

Ok. Great job! I will make those changes!

Thank you for your contribution!