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

New: Add Bulgarian Language

Fixes #4111
This commit is contained in:
Qstick
2020-10-06 00:05:15 -04:00
parent e28bea14b3
commit 37c1b5b28c
4 changed files with 23 additions and 1 deletions
@@ -139,6 +139,15 @@ namespace NzbDrone.Core.Test.ParserTests
result.Languages.Should().BeEquivalentTo(Language.Thai);
}
[TestCase("Pulp.Fiction.1994.Bulgarian.1080p.XviD-LOL")]
[TestCase("Pulp.Fiction.1994.BGAUDIO.1080p.XviD-LOL")]
public void should_parse_language_bulgarian(string postTitle)
{
var result = Parser.Parser.ParseMovieTitle(postTitle, true);
result.Languages.Should().BeEquivalentTo(Language.Bulgarian);
}
[TestCase("Pulp.Fiction.1994.Polish.1080p.XviD-LOL")]
public void should_parse_language_polish(string postTitle)
{