CC-1960: Internationalize Airtime / Support translations
-playout history datatable was missing translation table
This commit is contained in:
parent
36c6edcff1
commit
d2ed927e65
|
@ -80,9 +80,7 @@ var AIRTIME = (function(AIRTIME) {
|
||||||
|
|
||||||
"fnServerData": fnServerData,
|
"fnServerData": fnServerData,
|
||||||
|
|
||||||
"oLanguage": {
|
"oLanguage": datatables_dict,
|
||||||
"sSearch": ""
|
|
||||||
},
|
|
||||||
|
|
||||||
"aLengthMenu": [[50, 100, 500, -1], [50, 100, 500, "All"]],
|
"aLengthMenu": [[50, 100, 500, -1], [50, 100, 500, "All"]],
|
||||||
"iDisplayLength": 50,
|
"iDisplayLength": 50,
|
||||||
|
|
Loading…
Reference in New Issue