1
0
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:
Bogdan
2025-01-02 19:55:12 +02:00
parent 25f66a3029
commit 2f26974ecc
7 changed files with 32 additions and 3 deletions
@@ -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")]