From 97982025890910b13dbd271cde5dab3bbb8f0c19 Mon Sep 17 00:00:00 2001 From: Bogdan Date: Tue, 14 May 2024 00:50:53 +0300 Subject: [PATCH] Add missing translation for External --- src/NzbDrone.Core/Localization/Core/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index 5cd216ce3..48d3bd458 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -593,6 +593,7 @@ "ExistsInLibrary": "Exists in Library", "ExportCustomFormat": "Export Custom Format", "Extension": "Extension", + "External": "External", "ExternalUpdater": "{appName} is configured to use an external update mechanism", "ExtraFileExtensionsHelpText": "Comma separated list of extra files to import (.nfo will be imported as .nfo-orig)", "ExtraFileExtensionsHelpTextsExamples": "Examples: '.sub, .nfo' or 'sub,nfo'",