Add /devtools to Autocomplete and run gen-i18n

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2018-02-28 00:57:14 +00:00
parent b78e248110
commit 03676a68ac
No known key found for this signature in database
GPG key ID: 3F879DA5AD802A5E
2 changed files with 36 additions and 30 deletions

View file

@ -105,6 +105,11 @@ const COMMANDS = [
args: '<user-id>',
description: _td('Stops ignoring a user, showing their messages going forward'),
},
{
command: '/devtools',
args: '',
description: _td('Opens the Developer Tools dialog')
},
// Omitting `/markdown` as it only seems to apply to OldComposer
];