From bf6b3ccba40f27b6b3babde8106cddc887c083ae Mon Sep 17 00:00:00 2001
From: Paul <paulmakles@gmail.com>
Date: Fri, 19 Feb 2021 17:36:50 +0000
Subject: [PATCH] Add strings.

---
 en.json | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/en.json b/en.json
index 18286f2..db9b285 100644
--- a/en.json
+++ b/en.json
@@ -70,7 +70,12 @@
                 "message_saved": "Save to your messages",
                 "uploading_file": "Uploading file...",
                 "failed_upload": "Failed to upload!",
-                "attached_file": "Attached {{filename}}"
+                "attached_file": "Attached {{filename}}",
+                "typing": {
+                    "single": "{{user}} is typing…",
+                    "multiple": "{{userlist}} and {{user}} are typing…",
+                    "several": "Several people are typing…"
+                }
             },
             "groups": {
                 "create": "Create a group.",
-- 
GitLab