From 17eede9062b07c66e8c2dfd8e84e5a9de6121dd0 Mon Sep 17 00:00:00 2001 From: Markus Ongyerth Date: Fri, 14 Oct 2022 19:46:21 +0200 Subject: [PATCH] Add DownloadAll to translations --- src/components/itemContextMenu.js | 2 +- src/strings/en-us.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/itemContextMenu.js b/src/components/itemContextMenu.js index 9472874158..6dc4d68b34 100644 --- a/src/components/itemContextMenu.js +++ b/src/components/itemContextMenu.js @@ -143,7 +143,7 @@ import toast from './toast/toast'; if (item.Type === 'Season' || item.Type == 'Series') { commands.push({ - name: 'Download All', + name: globalize.translate('DownloadAll'), id: 'downloadall', icon: 'file_download' }); diff --git a/src/strings/en-us.json b/src/strings/en-us.json index 906a76f1f5..aa21e8fc1c 100644 --- a/src/strings/en-us.json +++ b/src/strings/en-us.json @@ -208,6 +208,7 @@ "DoNotRecord": "Do not record", "Down": "Down", "Download": "Download", + "DownloadAll": "Download All", "DownloadsValue": "{0} downloads", "DrmChannelsNotImported": "Channels with DRM will not be imported.", "DropShadow": "Drop Shadow",