first commit

This commit is contained in:
maher
2025-12-28 13:49:00 +01:00
commit f0b8392c55
6148 changed files with 743662 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
// Validation errors messages for Parsley
// Load this after Parsley
Parsley.addMessages('it', {
dateiso: "Inserire una data valida (AAAA-MM-GG)."
});