var LolitaI18nCell, LolitaTranslate, params; LolitaI18nCell = (function() { function LolitaI18nCell(td) { this.td = td; this.p = this.td.find('p:first'); } LolitaI18nCell.prototype.edit = function() { var input, that; if (this.td.find('input').size() === 0) { this.key = this.td.attr('data-key'); this.locale = this.td.attr('data-locale'); input = $('