summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorChris <ccbrown112@gmail.com>2017-07-24 11:55:37 -0700
committerenahum <nahumhbl@gmail.com>2017-07-24 14:55:37 -0400
commit345dd400bbe2f41c45b08dc06e3199c900361fff (patch)
tree14ab3744411154dc244537e3125fcab1758f03de /i18n
parent72355ba2bf566b538675d27a8611eb67d4f43bdd (diff)
downloadchat-345dd400bbe2f41c45b08dc06e3199c900361fff.tar.gz
chat-345dd400bbe2f41c45b08dc06e3199c900361fff.tar.bz2
chat-345dd400bbe2f41c45b08dc06e3199c900361fff.zip
PLT-6706: add /code command (#6936)
* add /code command * return an error for empty /code message
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index e523e0451..bd90c7f49 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -920,6 +920,22 @@
"translation": "ALT+SHIFT+UP: Previous channel or direct message in left hand sidebar with unread messages\n"
},
{
+ "id": "api.command_code.desc",
+ "translation": "Display text as a code block"
+ },
+ {
+ "id": "api.command_code.hint",
+ "translation": "[text]"
+ },
+ {
+ "id": "api.command_code.name",
+ "translation": "code"
+ },
+ {
+ "id": "api.command_code.message.app_error",
+ "translation": "A message must be provided with the /code command."
+ },
+ {
"id": "api.command_shrug.desc",
"translation": "Adds ¯\\_(ツ)_/¯ to your message"
},