i18n ConfirmationDialogView

// FREEBIE
This commit is contained in:
lilia 2015-12-25 16:52:04 -08:00
parent ea9fa00658
commit 73ea415e95
3 changed files with 13 additions and 3 deletions

View file

@ -19,7 +19,11 @@
'click .cancel': 'cancel',
},
render_attributes: function() {
return { message: this.message };
return {
message: this.message,
cancel: i18n('cancel'),
ok: i18n('ok')
};
},
ok: function() {
this.remove();