From 6b980edcf5117b336ed36c009311d531722d3dc0 Mon Sep 17 00:00:00 2001 From: siva kumar Date: Sun, 18 Feb 2018 15:43:47 +0530 Subject: [PATCH] [ADF-2260] Action menu translation is missing when right clicking on a file/folder. (#2958) * Fixed Action menu translation. --- demo-shell/src/app/components/files/files.component.html | 8 ++++---- lib/content-services/i18n/en.json | 8 ++++++-- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/demo-shell/src/app/components/files/files.component.html b/demo-shell/src/app/components/files/files.component.html index e63d67499c..ac31aede7b 100644 --- a/demo-shell/src/app/components/files/files.component.html +++ b/demo-shell/src/app/components/files/files.component.html @@ -198,12 +198,12 @@ diff --git a/lib/content-services/i18n/en.json b/lib/content-services/i18n/en.json index 22c4242b8b..765358c125 100644 --- a/lib/content-services/i18n/en.json +++ b/lib/content-services/i18n/en.json @@ -156,11 +156,15 @@ }, "ACTIONS": { "FOLDER": { - "DELETE": "Delete" + "DELETE": "Delete", + "MOVE": "Move", + "COPY": "Copy" }, "DOCUMENT": { "DOWNLOAD": "Download", - "DELETE": "Delete" + "DELETE": "Delete", + "MOVE": "Move", + "COPY": "Copy" } } }