From 753223c7a93a7eb76145775abe6d2a02998004f1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=80=9CSalar?= <“salar.sali97@gmail.com”>
Date: Fri, 21 Oct 2022 14:07:48 +0300
Subject: [PATCH] the translation of interaction buttons has been added

---
 public/locales/en/translation.json | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json
index f134e92..0e74b24 100755
--- a/public/locales/en/translation.json
+++ b/public/locales/en/translation.json
@@ -62,7 +62,16 @@
   },
   "articlePage": {
     "abstract": "Abstract",
-    "keywords": "Keywords"
+    "keywords": "Keywords",
+    "interactionButtons":{
+      "abstract": "Abstract",
+      "readFile": "Read File",
+      "download" : "Download",
+      "share" : "Share",
+      "cite" : "Cite",
+      "copied": "Copied"
+      }
+      
   },
   "navbar": {
     "createNew": "Create New",