i18n MessageDetailView

// FREEBIE
This commit is contained in:
lilia 2015-12-24 22:55:53 -08:00
parent 0a43e9e8b2
commit ea9fa00658
4 changed files with 47 additions and 6 deletions

View file

@ -112,6 +112,12 @@
received_at : this.model.isIncoming() ? moment(this.model.get('received_at')).toString() : null,
tofrom : this.model.isIncoming() ? 'From' : 'To',
errors : this.errors['undefined'],
title : i18n('messageDetail'),
sent : i18n('sent'),
received : i18n('received'),
resend : i18n('resend'),
failedToSend: i18n('failedToSend'),
'error-label': i18n('error'),
hasRetry : hasRetry
}));
this.view.$el.prependTo(this.$('.message-container'));