Fix #16656 - Error messages are not translated

Signed-off-by: Saksham Gupta <shucon01@gmail.com>
This commit is contained in:
Saksham Gupta 2021-03-21 14:31:24 +05:30 committed by William Desportes
parent 4afbc67efa
commit 01d7f2fc30
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -482,13 +482,14 @@ AJAX.registerOnload('table/change.js', function () {
isTime(dtValue.substring(dv + 1));
}
});
/*
* message extending script must be run
* after initiation of functions
*/
extendingValidatorMessages();
}
/*
* message extending script must be run
* after initiation of functions
*/
extendingValidatorMessages();
$.datepicker.initialized = false;
$(document).on('click', 'span.open_gis_editor', function (event) {