Moved datatables translation stuff to PHP for consistency
This commit is contained in:
parent
7ce9dfa1b3
commit
8aa39ae28d
8 changed files with 94 additions and 7 deletions
|
@ -772,7 +772,10 @@ var AIRTIME = (function(AIRTIME){
|
|||
},
|
||||
|
||||
"sAjaxDataProp": "schedule",
|
||||
"oLanguage": datatables_dict,
|
||||
"oLanguage": getDatatablesStrings({
|
||||
"sZeroRecords": $.i18n._("There are no shows scheduled during the specified time period."),
|
||||
"sEmptyTable": $.i18n._("There are no shows scheduled during the specified time period."),
|
||||
}),
|
||||
"sAjaxSource": baseUrl+"showbuilder/builder-feed",
|
||||
|
||||
"bScrollCollapseY": false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue