(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
@@ -26,7 +26,7 @@ namespace NzbDrone.Core.Indexers.Definitions
public override string[] IndexerUrls => new string[] { "https://pretome.info/" };
public override string Description => "PreToMe is a ratioless 0Day/General tracker.";
private string LoginUrl => Settings.BaseUrl + "takelogin.php";
public override string Language => "en-us";
public override string Language => "en-US";
public override Encoding Encoding => Encoding.GetEncoding("iso-8859-1");
public override DownloadProtocol Protocol => DownloadProtocol.Torrent;
public override IndexerPrivacy Privacy => IndexerPrivacy.Private;