1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-21 22:05:43 -04:00

New: Add Thai Language

This commit is contained in:
Qstick
2020-10-05 23:54:48 -04:00
parent 2823099237
commit e28bea14b3
4 changed files with 16 additions and 0 deletions
@@ -131,6 +131,14 @@ namespace NzbDrone.Core.Test.ParserTests
result.Languages.Should().BeEquivalentTo(Language.Hindi);
}
[TestCase("Pulp.Fiction.1994.Thai.1080p.XviD-LOL")]
public void should_parse_language_thai(string postTitle)
{
var result = Parser.Parser.ParseMovieTitle(postTitle, true);
result.Languages.Should().BeEquivalentTo(Language.Thai);
}
[TestCase("Pulp.Fiction.1994.Polish.1080p.XviD-LOL")]
public void should_parse_language_polish(string postTitle)
{