Current state
This commit is contained in:
6
public/assets/plugins/parsley/i18n/en.extra.js
Normal file
6
public/assets/plugins/parsley/i18n/en.extra.js
Normal file
@@ -0,0 +1,6 @@
|
||||
window.ParsleyConfig = window.ParsleyConfig || {};
|
||||
window.ParsleyConfig.i18n = window.ParsleyConfig.i18n || {};
|
||||
|
||||
window.ParsleyConfig.i18n.en = $.extend(window.ParsleyConfig.i18n.en || {}, {
|
||||
dateiso: "This value should be a valid date (YYYY-MM-DD)."
|
||||
});
|
||||
Reference in New Issue
Block a user