(indexers) various - standardized language format with {ISO 639-1}-{ISO 3166-1 alpha-2}

This commit is contained in:
bakerboy448
2021-09-07 17:28:07 -05:00
committed by Qstick
parent f3a33cf817
commit 1de845c8f5
28 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ namespace NzbDrone.Core.Indexers.Definitions
public override string[] IndexerUrls => new string[] { StringUtil.FromBase64("aHR0cHM6Ly9iYWNvbmJpdHMub3JnLw==") };
private string LoginUrl => Settings.BaseUrl + "login.php";
public override string Description => "bB is a Private Torrent Tracker for 0DAY / GENERAL";
public override string Language => "en-us";
public override string Language => "en-US";
public override Encoding Encoding => Encoding.UTF8;
public override DownloadProtocol Protocol => DownloadProtocol.Torrent;
public override IndexerPrivacy Privacy => IndexerPrivacy.Private;