added localization for scripts and config tables footer and search

This commit is contained in:
gabryon99 2020-03-05 11:13:23 +01:00
parent 5fb2545edf
commit b24ece3e5a
6 changed files with 15 additions and 2 deletions

View file

@ -137,6 +137,8 @@ $(document).ready(function() {
$(".dataTables_filter").find("input[type='search']").val('').trigger('keyup');
},
language: {
info: i18n.showing_x_to_y_rows,
search: i18n.config_search,
paginate: {
previous: '<',
next: '>',