Diff
Index: he.extra.js
--- he.extra.js (nonexistent)
+++ he.extra.js (revision 4)
@@ -0,0 +1,6 @@
+// Validation errors messages for Parsley
+// Load this after Parsley
+
+Parsley.addMessages('he', {
+ dateiso: "ערך זה צריך להיות תאריך בפורמט (YYYY-MM-DD)."
+});
Property changes on: he.extra.js
Added: svn:executable
-0,0 +1
+*
\ No newline at end of property
Full Code
// Validation errors messages for Parsley
// Load this after Parsley
Parsley.addMessages('he', {
dateiso: "ערך זה צריך להיות תאריך בפורמט (YYYY-MM-DD)."
});