mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 21:39:34 +02:00
cleaned up parsing logic and structure.
This commit is contained in:
27
NzbDrone.Core/Parser/Language.cs
Normal file
27
NzbDrone.Core/Parser/Language.cs
Normal file
@@ -0,0 +1,27 @@
|
||||
namespace NzbDrone.Core.Parser
|
||||
{
|
||||
public enum Language
|
||||
{
|
||||
English = 0,
|
||||
French = 1,
|
||||
Spanish = 2,
|
||||
German = 3,
|
||||
Italian = 4,
|
||||
Danish = 5,
|
||||
Dutch = 6,
|
||||
Japanese = 7,
|
||||
Cantonese = 8,
|
||||
Mandarin = 9,
|
||||
Korean = 10,
|
||||
Russian = 11,
|
||||
Polish = 12,
|
||||
Vietnamese = 13,
|
||||
Swedish = 14,
|
||||
Norwegian = 15,
|
||||
Finnish = 16,
|
||||
Turkish = 17,
|
||||
Portuguese = 18,
|
||||
Flemish = 19,
|
||||
Greek = 20
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user