i18n MessageDetailView
// FREEBIE
This commit is contained in:
parent
0a43e9e8b2
commit
ea9fa00658
4 changed files with 47 additions and 6 deletions
|
@ -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'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue