i18n InboxView

// FREEBIE
This commit is contained in:
lilia 2015-12-25 18:15:04 -08:00
parent 85eb5c4d59
commit 836a7cb8c5
3 changed files with 23 additions and 4 deletions

View file

@ -111,6 +111,12 @@
this.inboxListView.stopListening();
}.bind(this));
},
render_attributes: {
welcomeToSignal: i18n('welcomeToSignal'),
selectAContact: i18n('selectAContact'),
searchForPeopleOrGroups: i18n('searchForPeopleOrGroups'),
submitDebugLog: i18n('submitDebugLog')
},
events: {
'click': 'closeMenu',
'click .hamburger': 'toggleMenu',