localize app

This commit is contained in:
Zachary Chai
2016-11-03 17:23:00 -04:00
parent 84fb5c617f
commit bea502a5a2
12 changed files with 91 additions and 65 deletions

View File

@ -84,14 +84,14 @@
info: false,
ordering: false,
language: {
emptyTable: "Past recordings are shown here."
emptyTable: " "
},
columns: [
{ title: "Date Recorded", data: "start_time" },
{ title: "Presentation", data: "previews"},
{ title: "Duration", data: "duration" },
{ title: "Views", data: "playbacks" },
{ title: "Actions", data: "id" }
{ data: "start_time" },
{ data: "previews"},
{ data: "duration" },
{ data: "playbacks" },
{ data: "id" }
],
columnDefs: [
{