From 50b662040c5c2e2544b3517dc766f1837c7f05e1 Mon Sep 17 00:00:00 2001 From: "Jaehyun, Park" Date: Thu, 29 Jun 2017 23:38:56 +0900 Subject: 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 --- i18n/en.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'i18n/en.json') diff --git a/i18n/en.json b/i18n/en.json index 6371522a4..ff34cf54f 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -871,6 +871,14 @@ "id": "api.command_shrug.name", "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" -- cgit v1.2.3-1-g7c22