summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJaehyun, Park <kkamdooong@gmail.com>2017-06-29 23:38:56 +0900
committerHarrison Healey <harrisonmhealey@gmail.com>2017-06-29 10:38:56 -0400
commit50b662040c5c2e2544b3517dc766f1837c7f05e1 (patch)
tree00130bf07a32a644c7802ebb5a3184f0eb634881 /i18n
parent94e734c1bdc2f7e377a469c57add45cf9261fba7 (diff)
downloadchat-50b662040c5c2e2544b3517dc766f1837c7f05e1.tar.gz
chat-50b662040c5c2e2544b3517dc766f1837c7f05e1.tar.bz2
chat-50b662040c5c2e2544b3517dc766f1837c7f05e1.zip
Add /help slash command (#6650)
* Add /help slash command * Fix copyright year * go fmt * Add help command test at api4 * Fix jasonblais's issue * Update test code * Fix unit test issue - keep config unchanged
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 6371522a4..ff34cf54f 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -872,6 +872,14 @@
"translation": "shrug"
},
{
+ "id": "api.command_help.desc",
+ "translation": "Open the Mattermost help page"
+ },
+ {
+ "id": "api.command_help.name",
+ "translation": "help"
+ },
+ {
"id": "api.compliance.init.debug",
"translation": "Initializing compliance API routes"
},