i18n InboxView
// FREEBIE
This commit is contained in:
parent
85eb5c4d59
commit
836a7cb8c5
3 changed files with 23 additions and 4 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue