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

New: Add Romansh language

This commit is contained in:
v3DJG6GL
2025-05-11 12:36:26 +02:00
committed by GitHub
parent 042308c319
commit 5303a1992c
7 changed files with 35 additions and 4 deletions
@@ -503,6 +503,15 @@ namespace NzbDrone.Core.Test.ParserTests
result.Should().Contain(Language.Urdu);
}
[TestCase("The.Movie.Name.2016.Romansh.WEB-DL.h264-RlsGrp")]
[TestCase("The.Movie.Name.2016.Rumantsch.WEB.DL.h264-RlsGrp")]
[TestCase("The Movie Name 2016 Romansch WEB DL h264-RlsGrp")]
public void should_parse_language_romansh(string postTitle)
{
var result = LanguageParser.ParseLanguages(postTitle);
result.Should().Contain(Language.Romansh);
}
[TestCase("Movie.Title.en.sub")]
[TestCase("Movie Title.eng.sub")]
[TestCase("Movie.Title.eng.forced.sub")]