1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

New: Add Arabic Language

Fixes #5883
This commit is contained in:
Qstick
2021-02-07 17:13:57 -05:00
parent e64dd799e6
commit 6702c7d21b
5 changed files with 20 additions and 3 deletions
@@ -287,6 +287,13 @@ namespace NzbDrone.Core.Test.ParserTests
result.Languages.Should().BeEquivalentTo(Language.Czech);
}
[TestCase("Mosul.2019.ARABIC.WEBRip.x264-VXT")]
public void should_parse_language_arabic(string postTitle)
{
var result = Parser.Parser.ParseMovieTitle(postTitle);
result.Languages.Should().BeEquivalentTo(Language.Arabic);
}
[TestCase("Pulp Fiction.en.sub")]
[TestCase("Pulp Fiction.eng.sub")]
[TestCase("Pulp.Fiction.eng.forced.sub")]