()
| 16 | module.exports = (I18NEditPollView = (function () { |
| 17 | I18NEditPollView = class I18NEditPollView extends I18NEditModelView { |
| 18 | static initClass () { |
| 19 | this.prototype.id = 'i18n-edit-poll-view' |
| 20 | this.prototype.modelClass = Poll |
| 21 | } |
| 22 | |
| 23 | buildTranslationList () { |
| 24 | let i18n |