Fix #16656 - Error messages are not translated
Signed-off-by: Saksham Gupta <shucon01@gmail.com>
This commit is contained in:
parent
4afbc67efa
commit
01d7f2fc30
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user