Fix translation of jQuery datatables

This commit is contained in:
printempw 2017-07-14 08:29:57 +08:00
parent 397da60f4f
commit 1154b219fe

View File

@ -6,7 +6,7 @@ $.pluginsTable = null;
$(document).ready(() => {
$.extend(true, $.fn.dataTable.defaults, {
language: trans('common.datatables'),
language: trans('vendor.datatables'),
scrollX: true,
pageLength: 25,
autoWidth: false,