From cee5f88eaf7dc1eb1ba54fd7782f3f31edb15845 Mon Sep 17 00:00:00 2001
From: Paul Makles <paulmakles@gmail.com>
Date: Tue, 2 Feb 2021 17:53:49 +0000
Subject: [PATCH] Add strings.

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

diff --git a/en.json b/en.json
index fb880bc..94eb8ef 100644
--- a/en.json
+++ b/en.json
@@ -84,6 +84,14 @@
                     "import_theme": "Import theme from string.",
                     "theme_data": "Theme Data"
                 },
+                "notifications": {
+                    "title": "Notifications",
+                    "enable_desktop": "Enable Desktop Notifications.",
+                    "enable_sound": "Play Sound on Message."
+                },
+                "language": {
+                    "title": "Language"
+                },
                 "logOut": "Log Out"
             }
         },
-- 
GitLab