New: Sort 'Add Indexer' by Language (#130)

* New: Sort 'Add Indexer' by Language

* Adds language to propTypes

Updates propTypes to appease lint

* Call translate for labels
This commit is contained in:
Lagicrus
2021-06-08 10:20:26 +01:00
committed by GitHub
parent b592a137cf
commit d965cb3c98
3 changed files with 17 additions and 4 deletions
@@ -107,6 +107,7 @@ namespace NzbDrone.Core.Indexers.Cardigann
{
Enable = true,
Name = definition.Name,
Language = definition.Language,
Implementation = GetType().Name,
Settings = new CardigannSettings { DefinitionFile = definition.File },
Protocol = DownloadProtocol.Torrent,