From 83f829ab067debe58ffa15bc31b7cb7e02f6968e Mon Sep 17 00:00:00 2001
From: Andrija Sagicc <andrija.sagic@gmail.com>
Date: Wed, 2 Dec 2020 10:57:17 +0100
Subject: [PATCH] Added translatable collection dialog

Added COLLECTION and CLOSE button translatable.
---
 src/locales/en/translation.json | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/locales/en/translation.json b/src/locales/en/translation.json
index c6c0ef9d2..21a300c9d 100644
--- a/src/locales/en/translation.json
+++ b/src/locales/en/translation.json
@@ -131,8 +131,10 @@
     "thumbnailNavigation": "Thumbnails",
     "thumbnails": "Thumbnails",
     "toggleWindowSideBar": "Toggle sidebar",
+    "collection": "Collection",
     "totalCollections": "{{count}} collections",
     "totalManifests": "{{count}} manifests",
+    "close": "Close",
     "tryAgain": "Try again",
     "untitled": "[Untitled]",
     "view": "View",
-- 
GitLab