i18n FileSizeToast

// FREEBIE
This commit is contained in:
lilia 2015-12-25 20:38:16 -08:00
parent 4066223d72
commit 42f15011fa
4 changed files with 17 additions and 4 deletions

View file

@ -6,7 +6,14 @@
window.Whisper = window.Whisper || {};
Whisper.FileSizeToast = Whisper.ToastView.extend({
templateName: 'file-size-modal'
templateName: 'file-size-modal',
render_attributes: function() {
return {
'file-size-warning': i18n('fileSizeWarning'),
limit: this.model.limit,
units: this.model.units
};
}
});
Whisper.UnsupportedFileTypeToast = Whisper.ToastView.extend({
template: "Unsupported file type"