mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-20 21:55:03 -04:00
New: Add Tagalog language
This commit is contained in:
@@ -468,6 +468,14 @@ namespace NzbDrone.Core.Test.ParserTests
|
||||
result.Should().Contain(Language.Marathi);
|
||||
}
|
||||
|
||||
[TestCase("Movie Title 2024 1080p Tagalog WEB-DL HEVC x265 BONE")]
|
||||
[TestCase("Movie.Title.2022.720p.Tagalog.WEB-DL.AAC.x264-Mkvking")]
|
||||
public void should_parse_language_tagalog(string postTitle)
|
||||
{
|
||||
var result = LanguageParser.ParseLanguages(postTitle);
|
||||
result.Should().Contain(Language.Tagalog);
|
||||
}
|
||||
|
||||
[TestCase("Movie.Title.en.sub")]
|
||||
[TestCase("Movie Title.eng.sub")]
|
||||
[TestCase("Movie.Title.eng.forced.sub")]
|
||||
|
||||
Reference in New Issue
Block a user