From 98cd933640d174a7fecd23053a3edfba6a648e1b Mon Sep 17 00:00:00 2001 From: Stevie Robinson Date: Sun, 23 Jul 2023 02:08:11 +0200 Subject: [PATCH] New: Add translation for IRC link --- frontend/src/System/Status/MoreInfo/MoreInfo.js | 8 ++++++-- src/NzbDrone.Core/Localization/Core/en.json | 4 +++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/frontend/src/System/Status/MoreInfo/MoreInfo.js b/frontend/src/System/Status/MoreInfo/MoreInfo.js index 53618d882..95d384fef 100644 --- a/frontend/src/System/Status/MoreInfo/MoreInfo.js +++ b/frontend/src/System/Status/MoreInfo/MoreInfo.js @@ -54,10 +54,14 @@ class MoreInfo extends Component { {translate('IRC')} - #sonarr on Libera + + {translate('IRCLinkText')} + - Libera webchat + + {translate('LiberaWebchat')} + diff --git a/src/NzbDrone.Core/Localization/Core/en.json b/src/NzbDrone.Core/Localization/Core/en.json index b5320ab95..5a01aea69 100644 --- a/src/NzbDrone.Core/Localization/Core/en.json +++ b/src/NzbDrone.Core/Localization/Core/en.json @@ -139,12 +139,14 @@ "InstallLatest": "Install Latest", "Interval": "Interval", "IRC": "IRC", + "IRCLinkText": "#sonarr on Libera", "Language": "Language", "Language that Sonarr will use for UI": "Language that Sonarr will use for UI", "Languages": "Languages", "LastDuration": "Last Duration", "LastExecution": "Last Execution", "LastWriteTime": "Last Write Time", + "LiberaWebchat": "Libera Webchat", "LibraryImport": "Library Import", "Location": "Location", "LogFiles": "Log Files", @@ -189,7 +191,7 @@ "NoSeasons": "No seasons", "NoUpdatesAreAvailable": "No updates are available", "OneSeason": "1 season", - "OnLatestVersion": "The latest version of Radarr is already installed", + "OnLatestVersion": "The latest version of Sonarr is already installed", "Options": "Options", "OriginalLanguage": "Original Language", "PackageVersion": "Package Version",