CC-1960: Internationalize Airtime / Support translations

This commit is contained in:
denise 2012-11-27 12:23:16 -05:00
parent d2ed927e65
commit 0a642fc717
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ var AIRTIME = (function(AIRTIME) {
"oLanguage": datatables_dict,
"aLengthMenu": [[50, 100, 500, -1], [50, 100, 500, "All"]],
"aLengthMenu": [[50, 100, 500, -1], [50, 100, 500, $.i18n._("All")]],
"iDisplayLength": 50,
"sPaginationType": "full_numbers",