(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
@@ -21,7 +21,7 @@ namespace NzbDrone.Core.Indexers.Definitions
{
public override string Name => "TorrentsCSV";
public override string[] IndexerUrls => new[] { "https://torrents-csv.ml/" };
public override string Language => "en-us";
public override string Language => "en-US";
public override string Description => "Torrents.csv is a self-hostable open source torrent search engine and database";
public override Encoding Encoding => Encoding.UTF8;
public override DownloadProtocol Protocol => DownloadProtocol.Torrent;