From eabd798921c75b88e137157eb6ba75149b67e0c8 Mon Sep 17 00:00:00 2001 From: Stevie Robinson Date: Thu, 20 Jul 2023 21:32:18 +0200 Subject: [PATCH] Add translations to IRC links on about page --- frontend/src/System/Status/MoreInfo/MoreInfo.js | 8 ++++++-- src/NzbDrone.Core/Localization/Core/en.json | 2 ++ 2 files changed, 8 insertions(+), 2 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 31d7cfe44..7ab02fe24 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",