1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-25 22:37:27 -04:00

Added: Czech Language (#2948)

This commit is contained in:
halali
2018-09-12 16:46:57 +02:00
committed by Leonardo Galli
parent 2b373f2006
commit 057086a630
4 changed files with 15 additions and 4 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
namespace NzbDrone.Core.Parser
@@ -29,6 +29,7 @@ namespace NzbDrone.Core.Parser
Korean = 21,
Hungarian = 22,
Hebrew = 23,
Czech = 24,
Any = -1,
}