From 20fd6ef122ccb3d7904ce2d431b26d1216877e55 Mon Sep 17 00:00:00 2001
From: Paul <paulmakles@gmail.com>
Date: Sat, 3 Apr 2021 21:29:45 +0100
Subject: [PATCH] Add string.

---
 en.json | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/en.json b/en.json
index 40d3d20..31293d5 100644
--- a/en.json
+++ b/en.json
@@ -80,7 +80,8 @@
                     "user_joined": "joined.",
                     "user_left": "left.",
                     "added_by": "added by",
-                    "removed_by": "removed by"
+                    "removed_by": "removed by",
+                    "channel_renamed": "renamed the channel to"
                 },
                 "unknown_user": "<Unknown User>",
                 "bot": "bot"
@@ -194,7 +195,10 @@
                     "mutual_friends": "Mutual Friends",
                     "mutual_groups": "Mutual Groups",
                     "no_users": "No mutual friends!",
-                    "no_groups": "No mutual groups!"
+                    "no_groups": "No mutual groups!",
+                    "badges": {
+                        "translator": "Translator"
+                    }
                 }
             },
             "requires_online": "You need to be online to view this."
-- 
GitLab